#946A50

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

Shades of Dark Tan #946A50

Tints of Dark Tan #946A50

Color information

#946A50 (or 0x946A50) is unknown color: approx Dark Tan. HEX triplet: 94, 6A and 50. RGB value is (148,106,80). Sum of RGB (Red+Green+Blue) = 148+106+80=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #946A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A50 is #6B95AF. Grayscale: #737373. Windows color (decimal): -7050672 or 5270164. OLE color: 5270164.

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

Color convert

RGB14810680-
CMYK00.280.460.42
HSL22.94º29.82%44.71%-
HSV(B)22.94º45.95%58.04%-
XYZ18.8117.189.91-
YUV115.59107.91151.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=44.31%
G=31.74%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481068000.280.460.4222.9429.8244.71
Hex946A5001C2E2A171e2d
Octal2241521200345652273655
Binary10010100110101010100000111001011101010101011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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