#90665D

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

Shades of Dark Chestnut #90665D

Tints of Dark Chestnut #90665D

Color information

#90665D (or 0x90665D) is unknown color: approx Dark Chestnut. HEX triplet: 90, 66 and 5D. RGB value is (144,102,93). Sum of RGB (Red+Green+Blue) = 144+102+93=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #90665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90665D is #6F99A2. Grayscale: #717171. Windows color (decimal): -7313827 or 6121104. OLE color: 6121104.

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

Color convert

RGB14410293-
CMYK00.290.350.44
HSL10.59º21.52%46.47%-
HSV(B)10.59º35.42%56.47%-
XYZ18.2316.2212.53-
YUV113.53116.41149.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.48%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=42.48%
G=30.09%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441029300.290.350.4410.5921.5246.47
Hex90665D01D232Cb162e
Octal2201461350354354132656
Binary1001000011001101011101011101100011101100101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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