#9A7167

Color #9A7167 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #9A7167

Tints of Dark Chestnut #9A7167

Color information

#9A7167 (or 0x9A7167) is unknown color: approx Dark Chestnut. HEX triplet: 9A, 71 and 67. RGB value is (154,113,103). Sum of RGB (Red+Green+Blue) = 154+113+103=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7167 is #658E98. Grayscale: #7C7C7C. Windows color (decimal): -6655641 or 6779290. OLE color: 6779290.

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

Color convert

RGB154113103-
CMYK00.270.330.40
HSL11.76º20.16%50.39%-
HSV(B)11.76º33.12%60.39%-
XYZ21.6819.6615.48-
YUV124.12116.08149.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.62%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 103 (40.62% from 255) = 27.84%
R=41.62%
G=30.54%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411310300.270.330.4011.7620.1650.39
Hex9A716701B2128c1432
Octal2321611470334150142462
Binary1001101011100011100111011011100001101000110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,113,103); }

 H1.HeaderClassName
 {
   color: #9A7167;
 }
 .AnyTagClassName
 {
   color: #9A7167;
 }
</style>
background-color css

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

 a { background-color: rgb(154,113,103); }

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

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

 span { border-color: rgb(154,113,103); }

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