#97560F

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

Shades of Golden Brown #97560F

Tints of Golden Brown #97560F

Color information

#97560F (or 0x97560F) is unknown color: approx Golden Brown. HEX triplet: 97, 56 and 0F. RGB value is (151,86,15). Sum of RGB (Red+Green+Blue) = 151+86+15=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #97560F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97560F is #68A9F0. Grayscale: #616161. Windows color (decimal): -6859249 or 1005207. OLE color: 1005207.

HSL color Cylindrical-coordinate representation of color #97560F: hue angle of 31.32º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97560F is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB1518615-
CMYK00.430.900.41
HSL31.32º81.93%32.55%-
HSV(B)31.32º90.07%59.22%-
XYZ16.1813.272.16-
YUV97.3481.53166.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.92%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=59.92%
G=34.13%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151861500.430.900.4131.3281.9332.55
Hex9756F02B5A291f5221
Octal22712617053132513712241
Binary100101111010110111101010111011010101001111111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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