#916965

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

Shades of Dark Chestnut #916965

Tints of Dark Chestnut #916965

Color information

#916965 (or 0x916965) is unknown color: approx Dark Chestnut. HEX triplet: 91, 69 and 65. RGB value is (145,105,101). Sum of RGB (Red+Green+Blue) = 145+105+101=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #916965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916965 is #6E969A. Grayscale: #747474. Windows color (decimal): -7247515 or 6646161. OLE color: 6646161.

HSL color Cylindrical-coordinate representation of color #916965: hue angle of 5.45º 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 #916965 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145105101-
CMYK00.280.300.43
HSL5.45º17.89%48.24%-
HSV(B)5.45º30.34%56.86%-
XYZ19.0817.0614.6-
YUV116.5119.25148.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.31%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 101 (39.84% from 255) = 28.77%
R=41.31%
G=29.91%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510510100.280.300.435.4517.8948.24
Hex91696501C1E2B51230
Octal221151145034365352260
Binary10010001110100111001010111001111010101110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916965; }

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

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

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

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

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

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

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

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