#9A6B46

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

Shades of Dark Tan #9A6B46

Tints of Dark Tan #9A6B46

Color information

#9A6B46 (or 0x9A6B46) is unknown color: approx Dark Tan. HEX triplet: 9A, 6B and 46. RGB value is (154,107,70). Sum of RGB (Red+Green+Blue) = 154+107+70=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6B46 is #6594B9. Grayscale: #757575. Windows color (decimal): -6657210 or 4615066. OLE color: 4615066.

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

Color convert

RGB15410770-
CMYK00.310.550.40
HSL26.43º37.5%43.92%-
HSV(B)26.43º54.55%60.39%-
XYZ19.6917.838.2-
YUV116.84101.57154.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.53%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 70 (27.73% from 255) = 21.15%
R=46.53%
G=32.33%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541077000.310.550.4026.4337.543.92
Hex9A6B4601F37281a262c
Octal2321531060376750324654
Binary100110101101011100011001111111011110100011010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,107,70); }

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

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

 a { background-color: rgb(154,107,70); }

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

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

 span { border-color: rgb(154,107,70); }

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