Html Css Color HEX #90685E Dark Chestnut

📋 copy color: '#90685E'

red 144 ◦ green 104 ◦ blue 94

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

Shades of Dark Chestnut #90685E

Tints of Dark Chestnut #90685E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

 BLUE value IS 94 (37.11% from 255) = 27.49%

R = 42.11%
G = 30.41%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90685E (or 0x90685E) is known color: Dark Chestnut. HEX triplet: 90, 68 and 5E. RGB value is (144,104,94). Sum of RGB (Red+Green+Blue) = 144+104+94=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #90685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90685E is #6F97A1. Grayscale: #727272. Windows color (decimal): -7313314 or 6187152. OLE color: 6187152.

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

Color convert

RGB 144 104 94 -
CMYK 0 0.28 0.35 0.44
HSL 12º 0.21% 0.47% -
HSV(B) 12º 0.35% 0.56% -
XYZ 18.47 16.64 12.83 -
YUV 114.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 144 104 94 0 0.28 0.35 0.44 12 0.21 0.47
Hex 90 68 5E 0 1C 23 2C C 15 2F
Octal 220 150 136 0 34 43 54 14 25 57
Binary 10010000 1101000 1011110 0 11100 100011 101100 1100 10101 101111

Color Harmonies of #90685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90685E

Black with #90685E

Text Example


Text Example

White with #90685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90685E; }

 p { color: rgb(144,104,94); }

 H1.HeaderClassName
 {
   color: #90685E;
 }
 .AnyTagClassName
 {
   color: #90685E;
 }
</style>

background-color css

<style>
 a { background-color: #90685E; }

 a { background-color: rgb(144,104,94); }

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

border-color css

<style>
 span { border-color: #90685E; }

 span { border-color: rgb(144,104,94); }

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