Html Css Color HEX #9A6A5F Dark Chestnut

📋 copy color: '#9A6A5F'

red 154 ◦ green 106 ◦ blue 95

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

Shades of Dark Chestnut #9A6A5F

Tints of Dark Chestnut #9A6A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.86%

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 43.38%
G = 29.86%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#9A6A5F (or 0x9A6A5F) is known color: Dark Chestnut. HEX triplet: 9A, 6A and 5F. RGB value is (154,106,95). Sum of RGB (Red+Green+Blue) = 154+106+95=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6A5F is #6595A0. Grayscale: #777777. Windows color (decimal): -6657441 or 6253210. OLE color: 6253210.

HSL color Cylindrical-coordinate representation of color #9A6A5F: hue angle of 11.19º degrees, saturation: 0.24, 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 #9A6A5F is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 106 95 -
CMYK 0 0.31 0.38 0.40
HSL 11.19º 0.24% 0.49% -
HSV(B) 11.19º 0.38% 0.6% -
XYZ 20.55 18 13.22 -
YUV 119.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 154 106 95 0 0.31 0.38 0.40 11.19 0.24 0.49
Hex 9A 6A 5F 0 1F 26 28 B 18 31
Octal 232 152 137 0 37 46 50 13 30 61
Binary 10011010 1101010 1011111 0 11111 100110 101000 1011 11000 110001

Color Harmonies of #9A6A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6A5F

Black with #9A6A5F

Text Example


Text Example

White with #9A6A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,106,95); }

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

background-color css

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

 a { background-color: rgb(154,106,95); }

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

border-color css

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

 span { border-color: rgb(154,106,95); }

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