Html Css Color HEX #9A6E65 Dark Chestnut

📋 copy color: '#9A6E65'

red 154 ◦ green 110 ◦ blue 101

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

Shades of Dark Chestnut #9A6E65

Tints of Dark Chestnut #9A6E65

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.14%

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

R = 42.19%
G = 30.14%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#9A6E65 (or 0x9A6E65) is known color: Dark Chestnut. HEX triplet: 9A, 6E and 65. RGB value is (154,110,101). Sum of RGB (Red+Green+Blue) = 154+110+101=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6E65 is #65919A. Grayscale: #7A7A7A. Windows color (decimal): -6656411 or 6647450. OLE color: 6647450.

HSL color Cylindrical-coordinate representation of color #9A6E65: hue angle of 10.19º 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 #9A6E65 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 110 101 -
CMYK 0 0.29 0.34 0.40
HSL 10.19º 0.21% 0.5% -
HSV(B) 10.19º 0.34% 0.6% -
XYZ 21.25 18.96 14.85 -
YUV 122.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 154 110 101 0 0.29 0.34 0.40 10.19 0.21 0.5
Hex 9A 6E 65 0 1D 22 28 A 15 32
Octal 232 156 145 0 35 42 50 12 25 62
Binary 10011010 1101110 1100101 0 11101 100010 101000 1010 10101 110010

Color Harmonies of #9A6E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6E65

Black with #9A6E65

Text Example


Text Example

White with #9A6E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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