#90655D

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

Shades of Dark Chestnut #90655D

Tints of Dark Chestnut #90655D

Color information

#90655D (or 0x90655D) is unknown color: approx Dark Chestnut. HEX triplet: 90, 65 and 5D. RGB value is (144,101,93). Sum of RGB (Red+Green+Blue) = 144+101+93=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90655D is #6F9AA2. Grayscale: #717171. Windows color (decimal): -7314083 or 6120848. OLE color: 6120848.

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

Color convert

RGB14410193-
CMYK00.300.350.44
HSL9.41º21.52%46.47%-
HSV(B)9.41º35.42%56.47%-
XYZ18.1316.0312.49-
YUV112.94116.75150.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 93 (36.72% from 255) = 27.51%
R=42.60%
G=29.88%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441019300.300.350.449.4121.5246.47
Hex90655D01E232C9162e
Octal2201451350364354112656
Binary1001000011001011011101011110100011101100100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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