Html Css Color HEX #90695F Dark Chestnut

📋 copy color: '#90695F'

red 144 ◦ green 105 ◦ blue 95

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

Shades of Dark Chestnut #90695F

Tints of Dark Chestnut #90695F

RGB

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

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

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

R = 41.86%
G = 30.52%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#90695F (or 0x90695F) is known color: Dark Chestnut. HEX triplet: 90, 69 and 5F. RGB value is (144,105,95). Sum of RGB (Red+Green+Blue) = 144+105+95=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #90695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90695F is #6F96A0. Grayscale: #737373. Windows color (decimal): -7313057 or 6252944. OLE color: 6252944.

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

Color convert

RGB 144 105 95 -
CMYK 0 0.27 0.34 0.44
HSL 12.24º 0.21% 0.47% -
HSV(B) 12.24º 0.34% 0.56% -
XYZ 18.62 16.86 13.1 -
YUV 115.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 144 105 95 0 0.27 0.34 0.44 12.24 0.21 0.47
Hex 90 69 5F 0 1B 22 2C C 15 2F
Octal 220 151 137 0 33 42 54 14 25 57
Binary 10010000 1101001 1011111 0 11011 100010 101100 1100 10101 101111

Color Harmonies of #90695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90695F

Black with #90695F

Text Example


Text Example

White with #90695F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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