#946A4D

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

Shades of Dark Tan #946A4D

Tints of Dark Tan #946A4D

Color information

#946A4D (or 0x946A4D) is unknown color: approx Dark Tan. HEX triplet: 94, 6A and 4D. RGB value is (148,106,77). Sum of RGB (Red+Green+Blue) = 148+106+77=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #946A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A4D is #6B95B2. Grayscale: #737373. Windows color (decimal): -7050675 or 5073556. OLE color: 5073556.

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

Color convert

RGB14810677-
CMYK00.280.480.42
HSL24.51º31.56%44.12%-
HSV(B)24.51º47.97%58.04%-
XYZ18.7117.149.34-
YUV115.25106.41151.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=44.71%
G=32.02%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481067700.280.480.4224.5131.5644.12
Hex946A4D01C302A19202c
Octal2241521150346052314054
Binary100101001101010100110101110011000010101011001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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