Html Css Color HEX #90625A Dark Chestnut

📋 copy color: '#90625A'

red 144 ◦ green 98 ◦ blue 90

#90625A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Chestnut #90625A

Tints of Dark Chestnut #90625A

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 value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90625A (or 0x90625A) is known color: 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

RGB 144 98 90 -
CMYK 0 0.32 0.37 0.44
HSL 8.89º 0.23% 0.46% -
HSV(B) 8.89º 0.38% 0.56% -
XYZ 17.71 15.4 11.71 -
YUV 110.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 144 98 90 0 0.32 0.37 0.44 8.89 0.23 0.46
Hex 90 62 5A 0 20 25 2C 9 17 2E
Octal 220 142 132 0 40 45 54 11 27 56
Binary 10010000 1100010 1011010 0 100000 100101 101100 1001 10111 101110

Color Harmonies of #90625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90625A

Black with #90625A

Text Example


Text Example

White with #90625A

Text Example


Text Example

HTML Codes & Css Web 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>