#90655F

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

Shades of Dark Chestnut #90655F

Tints of Dark Chestnut #90655F

Color information

#90655F (or 0x90655F) is unknown color: approx Dark Chestnut. HEX triplet: 90, 65 and 5F. RGB value is (144,101,95). Sum of RGB (Red+Green+Blue) = 144+101+95=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #90655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90655F is #6F9AA0. Grayscale: #717171. Windows color (decimal): -7314081 or 6251920. OLE color: 6251920.

HSL color Cylindrical-coordinate representation of color #90655F: hue angle of 7.35º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90655F is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB14410195-
CMYK00.300.340.44
HSL7.35º20.5%46.86%-
HSV(B)7.35º34.03%56.47%-
XYZ18.2216.0612.97-
YUV113.17117.75149.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.35%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=42.35%
G=29.71%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441019500.300.340.447.3520.546.86
Hex90655F01E222C7152f
Octal220145137036425472557
Binary100100001100101101111101111010001010110011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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