#90655C

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

Shades of Dark Chestnut #90655C

Tints of Dark Chestnut #90655C

Color information

#90655C (or 0x90655C) is unknown color: approx Dark Chestnut. HEX triplet: 90, 65 and 5C. RGB value is (144,101,92). Sum of RGB (Red+Green+Blue) = 144+101+92=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #90655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90655C is #6F9AA3. Grayscale: #707070. Windows color (decimal): -7314084 or 6055312. OLE color: 6055312.

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

Color convert

RGB14410192-
CMYK00.300.360.44
HSL10.38º22.03%46.27%-
HSV(B)10.38º36.11%56.47%-
XYZ18.0916.0112.26-
YUV112.83116.25150.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=42.73%
G=29.97%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441019200.300.360.4410.3822.0346.27
Hex90655C01E242Ca162e
Octal2201451340364454122656
Binary1001000011001011011100011110100100101100101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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