#976202

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

Shades of Golden Brown #976202

Tints of Golden Brown #976202

Color information

#976202 (or 0x976202) is unknown color: approx Golden Brown. HEX triplet: 97, 62 and 02. RGB value is (151,98,2). Sum of RGB (Red+Green+Blue) = 151+98+2=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #976202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976202 is #689DFD. Grayscale: #676767. Windows color (decimal): -6856190 or 156311. OLE color: 156311.

HSL color Cylindrical-coordinate representation of color #976202: hue angle of 38.66º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #976202 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB151982-
CMYK00.350.990.41
HSL38.66º97.39%30%-
HSV(B)38.66º98.68%59.22%-
XYZ17.1415.322.11-
YUV102.971.06162.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.16%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=60.16%
G=39.04%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15198200.350.990.4138.6697.3930
Hex97622023632927611e
Octal2271422043143514714136
Binary1001011111000101001000111100011101001100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976202; }

 p { color: rgb(151,98,2); }

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

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

 a { background-color: rgb(151,98,2); }

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

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

 span { border-color: rgb(151,98,2); }

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