#90665C

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

Shades of Dark Chestnut #90665C

Tints of Dark Chestnut #90665C

Color information

#90665C (or 0x90665C) is unknown color: approx Dark Chestnut. HEX triplet: 90, 66 and 5C. RGB value is (144,102,92). Sum of RGB (Red+Green+Blue) = 144+102+92=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90665C is #6F99A3. Grayscale: #717171. Windows color (decimal): -7313828 or 6055568. OLE color: 6055568.

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

Color convert

RGB14410292-
CMYK00.290.360.44
HSL11.54º22.03%46.27%-
HSV(B)11.54º36.11%56.47%-
XYZ18.1816.212.29-
YUV113.42115.91149.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=42.60%
G=30.18%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441029200.290.360.4411.5422.0346.27
Hex90665C01D242Cc162e
Octal2201461340354454142656
Binary1001000011001101011100011101100100101100110010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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