#9C651C

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

Shades of Golden Brown #9C651C

Tints of Golden Brown #9C651C

Color information

#9C651C (or 0x9C651C) is unknown color: approx Golden Brown. HEX triplet: 9C, 65 and 1C. RGB value is (156,101,28). Sum of RGB (Red+Green+Blue) = 156+101+28=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C651C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C651C is #639AE3. Grayscale: #6D6D6D. Windows color (decimal): -6527716 or 1861020. OLE color: 1861020.

HSL color Cylindrical-coordinate representation of color #9C651C: hue angle of 34.22º 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 #9C651C is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB15610128-
CMYK00.350.820.39
HSL34.22º69.57%36.08%-
HSV(B)34.22º82.05%61.18%-
XYZ18.5716.463.3-
YUV109.1282.22161.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.74%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=54.74%
G=35.44%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561012800.350.820.3934.2269.5736.08
Hex9C651C0235227224624
Octal23414534043122474210644
Binary10011100110010111100010001110100101001111000101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C651C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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