#97560C

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

Shades of Golden Brown #97560C

Tints of Golden Brown #97560C

Color information

#97560C (or 0x97560C) is unknown color: approx Golden Brown. HEX triplet: 97, 56 and 0C. RGB value is (151,86,12). Sum of RGB (Red+Green+Blue) = 151+86+12=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #97560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97560C is #68A9F3. Grayscale: #616161. Windows color (decimal): -6859252 or 808599. OLE color: 808599.

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

Color convert

RGB1518612-
CMYK00.430.920.41
HSL31.94º85.28%31.96%-
HSV(B)31.94º92.05%59.22%-
XYZ16.1613.262.06-
YUV9780.03166.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.64%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 12 (5.08% from 255) = 4.82%
R=60.64%
G=34.54%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151861200.430.920.4131.9485.2831.96
Hex9756C02B5C29205520
Octal22712614053134514012540
Binary1001011110101101100010101110111001010011000001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97560C; }

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

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

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

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

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

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

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

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