#97615A

Color #97615A Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #97615A

Tints of Dark Chestnut #97615A

Color information

#97615A (or 0x97615A) is unknown color: approx Dark Chestnut. HEX triplet: 97, 61 and 5A. RGB value is (151,97,90). Sum of RGB (Red+Green+Blue) = 151+97+90=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #97615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97615A is #689EA5. Grayscale: #707070. Windows color (decimal): -6856358 or 5923223. OLE color: 5923223.

HSL color Cylindrical-coordinate representation of color #97615A: hue angle of 6.89º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97615A is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1519790-
CMYK00.360.400.41
HSL6.89º25.31%47.25%-
HSV(B)6.89º40.4%59.22%-
XYZ18.8815.8711.74-
YUV112.35115.39155.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.67%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=44.67%
G=28.70%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151979000.360.400.416.8925.3147.25
Hex97615A02428297192f
Octal227141132044505173157
Binary1001011111000011011010010010010100010100111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97615A; }

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

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

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

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

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

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

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

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