#9A6450

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

Shades of Dark Tan #9A6450

Tints of Dark Tan #9A6450

Color information

#9A6450 (or 0x9A6450) is unknown color: approx Dark Tan. HEX triplet: 9A, 64 and 50. RGB value is (154,100,80). Sum of RGB (Red+Green+Blue) = 154+100+80=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6450 is #659BAF. Grayscale: #717171. Windows color (decimal): -6658992 or 5268634. OLE color: 5268634.

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

Color convert

RGB15410080-
CMYK00.350.480.40
HSL16.22º31.62%45.88%-
HSV(B)16.22º48.05%60.39%-
XYZ19.3316.569.77-
YUV113.87108.89156.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.11%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=46.11%
G=29.94%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541008000.350.480.4016.2231.6245.88
Hex9A6450023302810202e
Octal2321441200436050204056
Binary1001101011001001010000010001111000010100010000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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