Html Css Color HEX #90665A Dark Chestnut

📋 copy color: '#90665A'

red 144 ◦ green 102 ◦ blue 90

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

Shades of Dark Chestnut #90665A

Tints of Dark Chestnut #90665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 42.86%
G = 30.36%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90665A (or 0x90665A) is known color: Dark Chestnut. HEX triplet: 90, 66 and 5A. RGB value is (144,102,90). Sum of RGB (Red+Green+Blue) = 144+102+90=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90665A is #6F99A5. Grayscale: #717171. Windows color (decimal): -7313830 or 5924496. OLE color: 5924496.

HSL color Cylindrical-coordinate representation of color #90665A: hue angle of 13.33º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90665A is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 102 90 -
CMYK 0 0.29 0.37 0.44
HSL 13.33º 0.23% 0.46% -
HSV(B) 13.33º 0.38% 0.56% -
XYZ 18.1 16.17 11.84 -
YUV 113.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 144 102 90 0 0.29 0.37 0.44 13.33 0.23 0.46
Hex 90 66 5A 0 1D 25 2C D 17 2E
Octal 220 146 132 0 35 45 54 15 27 56
Binary 10010000 1100110 1011010 0 11101 100101 101100 1101 10111 101110

Color Harmonies of #90665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90665A

Black with #90665A

Text Example


Text Example

White with #90665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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