#976B03

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

Shades of Golden Brown #976B03

Tints of Golden Brown #976B03

Color information

#976B03 (or 0x976B03) is unknown color: approx Golden Brown. HEX triplet: 97, 6B and 03. RGB value is (151,107,3). Sum of RGB (Red+Green+Blue) = 151+107+3=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #976B03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976B03 is #6894FC. Grayscale: #6C6C6C. Windows color (decimal): -6853885 or 224151. OLE color: 224151.

HSL color Cylindrical-coordinate representation of color #976B03: hue angle of 42.16º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #976B03 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB1511073-
CMYK00.290.980.41
HSL42.16º96.1%30.2%-
HSV(B)42.16º98.01%59.22%-
XYZ18.0417.12.44-
YUV108.368.58158.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.85%
GREEN value IS 107 (42.19% from 255) = 41.00%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=57.85%
G=41.00%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151107300.290.980.4142.1696.130.2
Hex976B301D62292a601e
Octal2271533035142515214036
Binary100101111101011110111011100010101001101010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,107,3); }

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

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

 a { background-color: rgb(151,107,3); }

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

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

 span { border-color: rgb(151,107,3); }

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