Html Css Color HEX #90695D Dark Chestnut

📋 copy color: '#90695D'

red 144 ◦ green 105 ◦ blue 93

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

Shades of Dark Chestnut #90695D

Tints of Dark Chestnut #90695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

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

R = 42.11%
G = 30.7%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90695D (or 0x90695D) is known color: Dark Chestnut. HEX triplet: 90, 69 and 5D. RGB value is (144,105,93). Sum of RGB (Red+Green+Blue) = 144+105+93=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #90695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90695D is #6F96A2. Grayscale: #737373. Windows color (decimal): -7313059 or 6121872. OLE color: 6121872.

HSL color Cylindrical-coordinate representation of color #90695D: hue angle of 14.12º 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 #90695D is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 105 93 -
CMYK 0 0.27 0.35 0.44
HSL 14.12º 0.22% 0.46% -
HSV(B) 14.12º 0.35% 0.56% -
XYZ 18.53 16.82 12.63 -
YUV 115.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 144 105 93 0 0.27 0.35 0.44 14.12 0.22 0.46
Hex 90 69 5D 0 1B 23 2C E 16 2E
Octal 220 151 135 0 33 43 54 16 26 56
Binary 10010000 1101001 1011101 0 11011 100011 101100 1110 10110 101110

Color Harmonies of #90695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90695D

Black with #90695D

Text Example


Text Example

White with #90695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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