#9C671C

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

Shades of Golden Brown #9C671C

Tints of Golden Brown #9C671C

Color information

#9C671C (or 0x9C671C) is unknown color: approx Golden Brown. HEX triplet: 9C, 67 and 1C. RGB value is (156,103,28). Sum of RGB (Red+Green+Blue) = 156+103+28=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C671C is #6398E3. Grayscale: #6E6E6E. Windows color (decimal): -6527204 or 1861532. OLE color: 1861532.

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

Color convert

RGB15610328-
CMYK00.340.820.39
HSL35.16º69.57%36.08%-
HSV(B)35.16º82.05%61.18%-
XYZ18.7716.853.36-
YUV110.381.56160.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.36%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 28 (11.33% from 255) = 9.76%
R=54.36%
G=35.89%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561032800.340.820.3935.1669.5736.08
Hex9C671C0225227234624
Octal23414734042122474310644
Binary10011100110011111100010001010100101001111000111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C671C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,103,28); }

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

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

 a { background-color: rgb(156,103,28); }

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

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

 span { border-color: rgb(156,103,28); }

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