#9C5E10

Color #9C5E10 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9C5E10

Tints of Golden Brown #9C5E10

Color information

#9C5E10 (or 0x9C5E10) is unknown color: approx Golden Brown. HEX triplet: 9C, 5E and 10. RGB value is (156,94,16). Sum of RGB (Red+Green+Blue) = 156+94+16=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5E10 is #63A1EF. Grayscale: #686868. Windows color (decimal): -6529520 or 1072796. OLE color: 1072796.

HSL color Cylindrical-coordinate representation of color #9C5E10: hue angle of 33.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C5E10 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1569416-
CMYK00.400.900.39
HSL33.43º81.4%33.73%-
HSV(B)33.43º89.74%61.18%-
XYZ17.8115.112.47-
YUV103.6578.54165.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 58.65%
GREEN value IS 94 (37.11% from 255) = 35.34%
BLUE value IS 16 (6.64% from 255) = 6.02%
R=58.65%
G=35.34%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156941600.400.900.3933.4381.433.73
Hex9C5E100285A27215122
Octal23413620050132474112142
Binary10011100101111010000010100010110101001111000011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C5E10; }

 p { color: rgb(156,94,16); }

 H1.HeaderClassName
 {
   color: #9C5E10;
 }
 .AnyTagClassName
 {
   color: #9C5E10;
 }
</style>
background-color css

<style>
 a { background-color: #9C5E10; }

 a { background-color: rgb(156,94,16); }

 div.DivClassName
 {
   background-color: #9C5E10;
 }
 .BgClassName
 {
   background-color: #9C5E10;
 }
</style>
border-color css

<style>
 span { border-color: #9C5E10; }

 span { border-color: rgb(156,94,16); }

 td.TdClassName
 {
   border-color: #9C5E10;
 }
 .TagClassName
 {
   border-color: #9C5E10;
 }
</style>