#975602

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

Shades of Golden Brown #975602

Tints of Golden Brown #975602

Color information

#975602 (or 0x975602) is unknown color: approx Golden Brown. HEX triplet: 97, 56 and 02. RGB value is (151,86,2). Sum of RGB (Red+Green+Blue) = 151+86+2=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #975602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975602 is #68A9FD. Grayscale: #606060. Windows color (decimal): -6859262 or 153239. OLE color: 153239.

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

Color convert

RGB151862-
CMYK00.430.990.41
HSL33.83º97.39%30%-
HSV(B)33.83º98.68%59.22%-
XYZ16.113.241.76-
YUV95.8675.03167.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.18%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=63.18%
G=35.98%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15186200.430.990.4133.8397.3930
Hex9756202B632922611e
Octal2271262053143514214136
Binary1001011110101101001010111100011101001100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975602; }

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

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

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

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

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

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

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

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