#946C50

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

Shades of Dark Tan #946C50

Tints of Dark Tan #946C50

Color information

#946C50 (or 0x946C50) is unknown color: approx Dark Tan. HEX triplet: 94, 6C and 50. RGB value is (148,108,80). Sum of RGB (Red+Green+Blue) = 148+108+80=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #946C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C50 is #6B93AF. Grayscale: #747474. Windows color (decimal): -7050160 or 5270676. OLE color: 5270676.

HSL color Cylindrical-coordinate representation of color #946C50: hue angle of 24.71º 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 #946C50 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14810880-
CMYK00.270.460.42
HSL24.71º29.82%44.71%-
HSV(B)24.71º45.95%58.04%-
XYZ19.0217.69.98-
YUV116.77107.25150.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=44.05%
G=32.14%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481088000.270.460.4224.7129.8244.71
Hex946C5001B2E2A191e2d
Octal2241541200335652313655
Binary10010100110110010100000110111011101010101100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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