#917065

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

Shades of Dark Chestnut #917065

Tints of Dark Chestnut #917065

Color information

#917065 (or 0x917065) is unknown color: approx Dark Chestnut. HEX triplet: 91, 70 and 65. RGB value is (145,112,101). Sum of RGB (Red+Green+Blue) = 145+112+101=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #917065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917065 is #6E8F9A. Grayscale: #787878. Windows color (decimal): -7245723 or 6647953. OLE color: 6647953.

HSL color Cylindrical-coordinate representation of color #917065: hue angle of 15º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #917065 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145112101-
CMYK00.230.300.43
HSL15º17.89%48.24%-
HSV(B)15º30.34%56.86%-
XYZ19.8218.5514.85-
YUV120.61116.93145.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.50%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=40.50%
G=31.28%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511210100.230.300.431517.8948.24
Hex9170650171E2Bf1230
Octal2211601450273653172260
Binary100100011110000110010101011111110101011111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917065; }

 p { color: rgb(145,112,101); }

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

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

 a { background-color: rgb(145,112,101); }

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

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

 span { border-color: rgb(145,112,101); }

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