#90665B

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

Shades of Dark Chestnut #90665B

Tints of Dark Chestnut #90665B

Color information

#90665B (or 0x90665B) is unknown color: approx Dark Chestnut. HEX triplet: 90, 66 and 5B. RGB value is (144,102,91). Sum of RGB (Red+Green+Blue) = 144+102+91=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #90665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90665B is #6F99A4. Grayscale: #717171. Windows color (decimal): -7313829 or 5990032. OLE color: 5990032.

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

Color convert

RGB14410291-
CMYK00.290.370.44
HSL12.45º22.55%46.08%-
HSV(B)12.45º36.81%56.47%-
XYZ18.1416.1912.07-
YUV113.3115.41149.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=42.73%
G=30.27%
B=27.00%

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
Decimal1441029100.290.370.4412.4522.5546.08
Hex90665B01D252Cc172e
Octal2201461330354554142756
Binary1001000011001101011011011101100101101100110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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