#946B4F

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

Shades of Dark Tan #946B4F

Tints of Dark Tan #946B4F

Color information

#946B4F (or 0x946B4F) is unknown color: approx Dark Tan. HEX triplet: 94, 6B and 4F. RGB value is (148,107,79). Sum of RGB (Red+Green+Blue) = 148+107+79=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #946B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B4F is #6B94B0. Grayscale: #747474. Windows color (decimal): -7050417 or 5204884. OLE color: 5204884.

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

Color convert

RGB14810779-
CMYK00.280.470.42
HSL24.35º30.4%44.51%-
HSV(B)24.35º46.62%58.04%-
XYZ18.8817.389.76-
YUV116.07107.08150.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=44.31%
G=32.04%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481077900.280.470.4224.3530.444.51
Hex946B4F01C2F2A181e2d
Octal2241531170345752303655
Binary10010100110101110011110111001011111010101100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,107,79); }

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

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

 a { background-color: rgb(148,107,79); }

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

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

 span { border-color: rgb(148,107,79); }

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