#976102

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

Shades of Golden Brown #976102

Tints of Golden Brown #976102

Color information

#976102 (or 0x976102) is unknown color: approx Golden Brown. HEX triplet: 97, 61 and 02. RGB value is (151,97,2). Sum of RGB (Red+Green+Blue) = 151+97+2=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #976102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976102 is #689EFD. Grayscale: #666666. Windows color (decimal): -6856446 or 156055. OLE color: 156055.

HSL color Cylindrical-coordinate representation of color #976102: hue angle of 38.26º 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 #976102 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB151972-
CMYK00.360.990.41
HSL38.26º97.39%30%-
HSV(B)38.26º98.68%59.22%-
XYZ17.0515.132.08-
YUV102.3271.39162.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.4%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 2 (1.17% from 255) = 0.8%
R=60.4%
G=38.8%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15197200.360.990.4138.2697.3930
Hex97612024632926611e
Octal2271412044143514614136
Binary1001011111000011001001001100011101001100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976102; }

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

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

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

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

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

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

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

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