Html Css Color HEX #90685D Dark Chestnut

📋 copy color: '#90685D'

red 144 ◦ green 104 ◦ blue 93

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

Shades of Dark Chestnut #90685D

Tints of Dark Chestnut #90685D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.27%

R = 42.23%
G = 30.5%
B = 27.27%

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

#90685D (or 0x90685D) is known color: Dark Chestnut. HEX triplet: 90, 68 and 5D. RGB value is (144,104,93). Sum of RGB (Red+Green+Blue) = 144+104+93=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #90685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90685D is #6F97A2. Grayscale: #727272. Windows color (decimal): -7313315 or 6121616. OLE color: 6121616.

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

Color convert

RGB 144 104 93 -
CMYK 0 0.28 0.35 0.44
HSL 12.94º 0.22% 0.46% -
HSV(B) 12.94º 0.35% 0.56% -
XYZ 18.43 16.62 12.59 -
YUV 114.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 144 104 93 0 0.28 0.35 0.44 12.94 0.22 0.46
Hex 90 68 5D 0 1C 23 2C D 16 2E
Octal 220 150 135 0 34 43 54 15 26 56
Binary 10010000 1101000 1011101 0 11100 100011 101100 1101 10110 101110

Color Harmonies of #90685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90685D

Black with #90685D

Text Example


Text Example

White with #90685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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