#946A51

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

Shades of Dark Tan #946A51

Tints of Dark Tan #946A51

Color information

#946A51 (or 0x946A51) is unknown color: approx Dark Tan. HEX triplet: 94, 6A and 51. RGB value is (148,106,81). Sum of RGB (Red+Green+Blue) = 148+106+81=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #946A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A51 is #6B95AE. Grayscale: #737373. Windows color (decimal): -7050671 or 5335700. OLE color: 5335700.

HSL color Cylindrical-coordinate representation of color #946A51: hue angle of 22.39º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #946A51 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB14810681-
CMYK00.280.450.42
HSL22.39º29.26%44.9%-
HSV(B)22.39º45.27%58.04%-
XYZ18.8517.210.11-
YUV115.71108.41151.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=44.18%
G=31.64%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481068100.280.450.4222.3929.2644.9
Hex946A5101C2D2A161d2d
Octal2241521210345552263555
Binary10010100110101010100010111001011011010101011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946A51; }

 p { color: rgb(148,106,81); }

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

<style>
 a { background-color: #946A51; }

 a { background-color: rgb(148,106,81); }

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

<style>
 span { border-color: #946A51; }

 span { border-color: rgb(148,106,81); }

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