#90665F

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

Shades of Dark Chestnut #90665F

Tints of Dark Chestnut #90665F

Color information

#90665F (or 0x90665F) is unknown color: approx Dark Chestnut. HEX triplet: 90, 66 and 5F. RGB value is (144,102,95). Sum of RGB (Red+Green+Blue) = 144+102+95=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #90665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90665F is #6F99A0. Grayscale: #717171. Windows color (decimal): -7313825 or 6252176. OLE color: 6252176.

HSL color Cylindrical-coordinate representation of color #90665F: hue angle of 8.57º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90665F is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB14410295-
CMYK00.290.340.44
HSL8.57º20.5%46.86%-
HSV(B)8.57º34.03%56.47%-
XYZ18.3216.2613-
YUV113.76117.41149.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.23%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=42.23%
G=29.91%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441029500.290.340.448.5720.546.86
Hex90665F01D222C9152f
Octal2201461370354254112557
Binary1001000011001101011111011101100010101100100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,102,95); }

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

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

 a { background-color: rgb(144,102,95); }

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

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

 span { border-color: rgb(144,102,95); }

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