#975600

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

Shades of Golden Brown #975600

Tints of Golden Brown #975600

Color information

#975600 (or 0x975600) is unknown color: approx Golden Brown. HEX triplet: 97, 56 and 00. RGB value is (151,86,0). Sum of RGB (Red+Green+Blue) = 151+86+0=237 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.71% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 151 - color contains mainly: red. Hex color #975600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975600 is #68A9FF. Grayscale: #606060. Windows color (decimal): -6859264 or 22167. OLE color: 22167.

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

Color convert

RGB151860-
CMYK00.4310.41
HSL34.17º100%29.61%-
HSV(B)34.17º100%59.22%-
XYZ16.0913.231.71-
YUV95.6374.03167.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.71%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.71%
G=36.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15186000.4310.4134.1710029.61
Hex9756002B642922641e
Octal2271260053144514214436
Binary100101111010110001010111100100101001100010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975600; }

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

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

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

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

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

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

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

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