#9A6451

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

Shades of Dark Tan #9A6451

Tints of Dark Tan #9A6451

Color information

#9A6451 (or 0x9A6451) is unknown color: approx Dark Tan. HEX triplet: 9A, 64 and 51. RGB value is (154,100,81). Sum of RGB (Red+Green+Blue) = 154+100+81=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6451 is #659BAE. Grayscale: #727272. Windows color (decimal): -6658991 or 5334170. OLE color: 5334170.

HSL color Cylindrical-coordinate representation of color #9A6451: hue angle of 15.62º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A6451 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB15410081-
CMYK00.350.470.40
HSL15.62º31.06%46.08%-
HSV(B)15.62º47.4%60.39%-
XYZ19.3716.589.96-
YUV113.98109.39156.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.97%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=45.97%
G=29.85%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541008100.350.470.4015.6231.0646.08
Hex9A64510232F28101f2e
Octal2321441210435750203756
Binary100110101100100101000101000111011111010001000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,100,81); }

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

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

 a { background-color: rgb(154,100,81); }

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

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

 span { border-color: rgb(154,100,81); }

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