Html Css Color HEX #90685C Dark Chestnut

📋 copy color: '#90685C'

red 144 ◦ green 104 ◦ blue 92

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

Shades of Dark Chestnut #90685C

Tints of Dark Chestnut #90685C

RGB

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

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

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

R = 42.35%
G = 30.59%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#90685C (or 0x90685C) is known color: Dark Chestnut. HEX triplet: 90, 68 and 5C. RGB value is (144,104,92). Sum of RGB (Red+Green+Blue) = 144+104+92=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #90685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90685C is #6F97A3. Grayscale: #727272. Windows color (decimal): -7313316 or 6056080. OLE color: 6056080.

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

Color convert

RGB 144 104 92 -
CMYK 0 0.28 0.36 0.44
HSL 13.85º 0.22% 0.46% -
HSV(B) 13.85º 0.36% 0.56% -
XYZ 18.38 16.6 12.36 -
YUV 114.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 144 104 92 0 0.28 0.36 0.44 13.85 0.22 0.46
Hex 90 68 5C 0 1C 24 2C E 16 2E
Octal 220 150 134 0 34 44 54 16 26 56
Binary 10010000 1101000 1011100 0 11100 100100 101100 1110 10110 101110

Color Harmonies of #90685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90685C

Black with #90685C

Text Example


Text Example

White with #90685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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