Html Css Color HEX #9A6660 Dark Chestnut

📋 copy color: '#9A6660'

red 154 ◦ green 102 ◦ blue 96

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

Shades of Dark Chestnut #9A6660

Tints of Dark Chestnut #9A6660

RGB

 RED value IS 154 (60.55% from 255) = 43.75%

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

 BLUE value IS 96 (37.89% from 255) = 27.27%

R = 43.75%
G = 28.98%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#9A6660 (or 0x9A6660) is known color: Dark Chestnut. HEX triplet: 9A, 66 and 60. RGB value is (154,102,96). Sum of RGB (Red+Green+Blue) = 154+102+96=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6660 is #65999F. Grayscale: #747474. Windows color (decimal): -6658464 or 6317722. OLE color: 6317722.

HSL color Cylindrical-coordinate representation of color #9A6660: hue angle of 6.21º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6660 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 102 96 -
CMYK 0 0.34 0.38 0.40
HSL 6.21º 0.23% 0.49% -
HSV(B) 6.21º 0.38% 0.6% -
XYZ 20.19 17.22 13.33 -
YUV 116.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 154 102 96 0 0.34 0.38 0.40 6.21 0.23 0.49
Hex 9A 66 60 0 22 26 28 6 17 31
Octal 232 146 140 0 42 46 50 6 27 61
Binary 10011010 1100110 1100000 0 100010 100110 101000 110 10111 110001

Color Harmonies of #9A6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6660

Black with #9A6660

Text Example


Text Example

White with #9A6660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A6660; }

 p { color: rgb(154,102,96); }

 H1.HeaderClassName
 {
   color: #9A6660;
 }
 .AnyTagClassName
 {
   color: #9A6660;
 }
</style>

background-color css

<style>
 a { background-color: #9A6660; }

 a { background-color: rgb(154,102,96); }

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

border-color css

<style>
 span { border-color: #9A6660; }

 span { border-color: rgb(154,102,96); }

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