#90655A

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

Shades of Dark Chestnut #90655A

Tints of Dark Chestnut #90655A

Color information

#90655A (or 0x90655A) is unknown color: approx Dark Chestnut. HEX triplet: 90, 65 and 5A. RGB value is (144,101,90). Sum of RGB (Red+Green+Blue) = 144+101+90=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90655A is #6F9AA5. Grayscale: #707070. Windows color (decimal): -7314086 or 5924240. OLE color: 5924240.

HSL color Cylindrical-coordinate representation of color #90655A: hue angle of 12.22º 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 #90655A is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB14410190-
CMYK00.300.370.44
HSL12.22º23.08%45.88%-
HSV(B)12.22º37.5%56.47%-
XYZ1815.9711.81-
YUV112.6115.25150.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.99%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=42.99%
G=30.15%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441019000.300.370.4412.2223.0845.88
Hex90655A01E252Cc172e
Octal2201451320364554142756
Binary1001000011001011011010011110100101101100110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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