Html Css Color HEX #90685F Dark Chestnut

📋 copy color: '#90685F'

red 144 ◦ green 104 ◦ blue 95

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

Shades of Dark Chestnut #90685F

Tints of Dark Chestnut #90685F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.7%

R = 41.98%
G = 30.32%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#90685F (or 0x90685F) is known color: Dark Chestnut. HEX triplet: 90, 68 and 5F. RGB value is (144,104,95). Sum of RGB (Red+Green+Blue) = 144+104+95=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 144 - color contains mainly: red. Hex color #90685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90685F is #6F97A0. Grayscale: #737373. Windows color (decimal): -7313313 or 6252688. OLE color: 6252688.

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

Color convert

RGB 144 104 95 -
CMYK 0 0.28 0.34 0.44
HSL 11.02º 0.21% 0.47% -
HSV(B) 11.02º 0.34% 0.56% -
XYZ 18.52 16.66 13.07 -
YUV 114.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 144 104 95 0 0.28 0.34 0.44 11.02 0.21 0.47
Hex 90 68 5F 0 1C 22 2C B 15 2F
Octal 220 150 137 0 34 42 54 13 25 57
Binary 10010000 1101000 1011111 0 11100 100010 101100 1011 10101 101111

Color Harmonies of #90685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90685F

Black with #90685F

Text Example


Text Example

White with #90685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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