#90665A

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

Shades of Dark Chestnut #90665A

Tints of Dark Chestnut #90665A

Color information

#90665A (or 0x90665A) is unknown color: approx Dark Chestnut. HEX triplet: 90, 66 and 5A. RGB value is (144,102,90). Sum of RGB (Red+Green+Blue) = 144+102+90=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90665A is #6F99A5. Grayscale: #717171. Windows color (decimal): -7313830 or 5924496. OLE color: 5924496.

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

Color convert

RGB14410290-
CMYK00.290.370.44
HSL13.33º23.08%45.88%-
HSV(B)13.33º37.5%56.47%-
XYZ18.116.1711.84-
YUV113.19114.91149.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=42.86%
G=30.36%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441029000.290.370.4413.3323.0845.88
Hex90665A01D252Cd172e
Octal2201461320354554152756
Binary1001000011001101011010011101100101101100110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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