#976C03

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

Shades of Golden Brown #976C03

Tints of Golden Brown #976C03

Color information

#976C03 (or 0x976C03) is unknown color: approx Golden Brown. HEX triplet: 97, 6C and 03. RGB value is (151,108,3). Sum of RGB (Red+Green+Blue) = 151+108+3=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #976C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976C03 is #6893FC. Grayscale: #6D6D6D. Windows color (decimal): -6853629 or 224407. OLE color: 224407.

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

Color convert

RGB1511083-
CMYK00.280.980.41
HSL42.57º96.1%30.2%-
HSV(B)42.57º98.01%59.22%-
XYZ18.1417.312.47-
YUV108.8968.25158.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.63%
GREEN value IS 108 (42.58% from 255) = 41.22%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=57.63%
G=41.22%
B=1.15%

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
Decimal151108300.280.980.4142.5796.130.2
Hex976C301C62292b601e
Octal2271543034142515314036
Binary100101111101100110111001100010101001101011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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