#90625A

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

Shades of Dark Chestnut #90625A

Tints of Dark Chestnut #90625A

Color information

#90625A (or 0x90625A) is unknown color: approx Dark Chestnut. HEX triplet: 90, 62 and 5A. RGB value is (144,98,90). Sum of RGB (Red+Green+Blue) = 144+98+90=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #90625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90625A is #6F9DA5. Grayscale: #6E6E6E. Windows color (decimal): -7314854 or 5923472. OLE color: 5923472.

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

Color convert

RGB1449890-
CMYK00.320.370.44
HSL8.89º23.08%45.88%-
HSV(B)8.89º37.5%56.47%-
XYZ17.7115.411.71-
YUV110.84116.24151.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.37%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=43.37%
G=29.52%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144989000.320.370.448.8923.0845.88
Hex90625A020252C9172e
Octal2201421320404554112756
Binary10010000110001010110100100000100101101100100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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