Html Css Color HEX #9A6C65 Dark Chestnut

📋 copy color: '#9A6C65'

red 154 ◦ green 108 ◦ blue 101

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

Shades of Dark Chestnut #9A6C65

Tints of Dark Chestnut #9A6C65

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.75%

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 42.42%
G = 29.75%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#9A6C65 (or 0x9A6C65) is known color: Dark Chestnut. HEX triplet: 9A, 6C and 65. RGB value is (154,108,101). Sum of RGB (Red+Green+Blue) = 154+108+101=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6C65 is #65939A. Grayscale: #797979. Windows color (decimal): -6656923 or 6646938. OLE color: 6646938.

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

Color convert

RGB 154 108 101 -
CMYK 0 0.30 0.34 0.40
HSL 7.92º 0.21% 0.5% -
HSV(B) 7.92º 0.34% 0.6% -
XYZ 21.04 18.53 14.78 -
YUV 120.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 154 108 101 0 0.30 0.34 0.40 7.92 0.21 0.5
Hex 9A 6C 65 0 1E 22 28 8 15 32
Octal 232 154 145 0 36 42 50 10 25 62
Binary 10011010 1101100 1100101 0 11110 100010 101000 1000 10101 110010

Color Harmonies of #9A6C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6C65

Black with #9A6C65

Text Example


Text Example

White with #9A6C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,108,101); }

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

background-color css

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

 a { background-color: rgb(154,108,101); }

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

border-color css

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

 span { border-color: rgb(154,108,101); }

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