#976D0C

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

Shades of Golden Brown #976D0C

Tints of Golden Brown #976D0C

Color information

#976D0C (or 0x976D0C) is unknown color: approx Golden Brown. HEX triplet: 97, 6D and 0C. RGB value is (151,109,12). Sum of RGB (Red+Green+Blue) = 151+109+12=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #976D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976D0C is #6892F3. Grayscale: #6E6E6E. Windows color (decimal): -6853364 or 814487. OLE color: 814487.

HSL color Cylindrical-coordinate representation of color #976D0C: hue angle of 41.87º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #976D0C is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB15110912-
CMYK00.280.920.41
HSL41.87º85.28%31.96%-
HSV(B)41.87º92.05%59.22%-
XYZ18.317.542.77-
YUV110.572.41156.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.51%
GREEN value IS 109 (42.97% from 255) = 40.07%
BLUE value IS 12 (5.08% from 255) = 4.41%
R=55.51%
G=40.07%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511091200.280.920.4141.8785.2831.96
Hex976DC01C5C292a5520
Octal22715514034134515212540
Binary100101111101101110001110010111001010011010101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976D0C; }

 p { color: rgb(151,109,12); }

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

<style>
 a { background-color: #976D0C; }

 a { background-color: rgb(151,109,12); }

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

<style>
 span { border-color: #976D0C; }

 span { border-color: rgb(151,109,12); }

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