Html Css Color HEX #90645C Dark Chestnut

📋 copy color: '#90645C'

red 144 ◦ green 100 ◦ blue 92

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

Shades of Dark Chestnut #90645C

Tints of Dark Chestnut #90645C

RGB

 RED value IS 144 (56.64% from 255) = 42.86%

 GREEN value IS 100 (39.45% from 255) = 29.76%

 BLUE value IS 92 (36.33% from 255) = 27.38%

R = 42.86%
G = 29.76%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#90645C (or 0x90645C) is known color: Dark Chestnut. HEX triplet: 90, 64 and 5C. RGB value is (144,100,92). Sum of RGB (Red+Green+Blue) = 144+100+92=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90645C is #6F9BA3. Grayscale: #707070. Windows color (decimal): -7314340 or 6055056. OLE color: 6055056.

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

Color convert

RGB 144 100 92 -
CMYK 0 0.31 0.36 0.44
HSL 9.23º 0.22% 0.46% -
HSV(B) 9.23º 0.36% 0.56% -
XYZ 17.99 15.82 12.23 -
YUV 112.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 144 100 92 0 0.31 0.36 0.44 9.23 0.22 0.46
Hex 90 64 5C 0 1F 24 2C 9 16 2E
Octal 220 144 134 0 37 44 54 11 26 56
Binary 10010000 1100100 1011100 0 11111 100100 101100 1001 10110 101110

Color Harmonies of #90645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90645C

Black with #90645C

Text Example


Text Example

White with #90645C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90645C;
 }
 .AnyTagClassName
 {
   color: #90645C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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