#9A6850

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

Shades of Dark Tan #9A6850

Tints of Dark Tan #9A6850

Color information

#9A6850 (or 0x9A6850) is unknown color: approx Dark Tan. HEX triplet: 9A, 68 and 50. RGB value is (154,104,80). Sum of RGB (Red+Green+Blue) = 154+104+80=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6850 is #6597AF. Grayscale: #747474. Windows color (decimal): -6657968 or 5269658. OLE color: 5269658.

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

Color convert

RGB15410480-
CMYK00.320.480.40
HSL19.46º31.62%45.88%-
HSV(B)19.46º48.05%60.39%-
XYZ19.7217.359.9-
YUV116.21107.56154.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.56%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=45.56%
G=30.77%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541048000.320.480.4019.4631.6245.88
Hex9A6850020302813202e
Octal2321501200406050234056
Binary1001101011010001010000010000011000010100010011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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