#976D03

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

Shades of Golden Brown #976D03

Tints of Golden Brown #976D03

Color information

#976D03 (or 0x976D03) is unknown color: approx Golden Brown. HEX triplet: 97, 6D and 03. RGB value is (151,109,3). Sum of RGB (Red+Green+Blue) = 151+109+3=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #976D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976D03 is #6892FC. Grayscale: #6D6D6D. Windows color (decimal): -6853373 or 224663. OLE color: 224663.

HSL color Cylindrical-coordinate representation of color #976D03: hue angle of 42.97º 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 #976D03 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB1511093-
CMYK00.280.980.41
HSL42.97º96.1%30.2%-
HSV(B)42.97º98.01%59.22%-
XYZ18.2517.522.51-
YUV109.4767.91157.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.41%
GREEN value IS 109 (42.97% from 255) = 41.44%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=57.41%
G=41.44%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151109300.280.980.4142.9796.130.2
Hex976D301C62292b601e
Octal2271553034142515314036
Binary100101111101101110111001100010101001101011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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