Html Css Color HEX #90665D Dark Chestnut

📋 copy color: '#90665D'

red 144 ◦ green 102 ◦ blue 93

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

Shades of Dark Chestnut #90665D

Tints of Dark Chestnut #90665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

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

R = 42.48%
G = 30.09%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90665D (or 0x90665D) is known color: Dark Chestnut. HEX triplet: 90, 66 and 5D. RGB value is (144,102,93). Sum of RGB (Red+Green+Blue) = 144+102+93=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #90665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90665D is #6F99A2. Grayscale: #717171. Windows color (decimal): -7313827 or 6121104. OLE color: 6121104.

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

Color convert

RGB 144 102 93 -
CMYK 0 0.29 0.35 0.44
HSL 10.59º 0.22% 0.46% -
HSV(B) 10.59º 0.35% 0.56% -
XYZ 18.23 16.22 12.53 -
YUV 113.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 144 102 93 0 0.29 0.35 0.44 10.59 0.22 0.46
Hex 90 66 5D 0 1D 23 2C B 16 2E
Octal 220 146 135 0 35 43 54 13 26 56
Binary 10010000 1100110 1011101 0 11101 100011 101100 1011 10110 101110

Color Harmonies of #90665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90665D

Black with #90665D

Text Example


Text Example

White with #90665D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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