#9C6417

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

Shades of Golden Brown #9C6417

Tints of Golden Brown #9C6417

Color information

#9C6417 (or 0x9C6417) is unknown color: approx Golden Brown. HEX triplet: 9C, 64 and 17. RGB value is (156,100,23). Sum of RGB (Red+Green+Blue) = 156+100+23=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6417 is #639BE8. Grayscale: #6C6C6C. Windows color (decimal): -6527977 or 1533084. OLE color: 1533084.

HSL color Cylindrical-coordinate representation of color #9C6417: hue angle of 34.74º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C6417 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB15610023-
CMYK00.360.850.39
HSL34.74º74.3%35.1%-
HSV(B)34.74º85.26%61.18%-
XYZ18.4216.242.98-
YUV107.9780.05162.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.91%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 23 (9.38% from 255) = 8.24%
R=55.91%
G=35.84%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561002300.360.850.3934.7474.335.1
Hex9C64170245527234a23
Octal23414427044125474311243
Binary10011100110010010111010010010101011001111000111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,100,23); }

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

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

 a { background-color: rgb(156,100,23); }

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

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

 span { border-color: rgb(156,100,23); }

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