#94664F

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

Shades of Dark Tan #94664F

Tints of Dark Tan #94664F

Color information

#94664F (or 0x94664F) is unknown color: approx Dark Tan. HEX triplet: 94, 66 and 4F. RGB value is (148,102,79). Sum of RGB (Red+Green+Blue) = 148+102+79=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #94664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94664F is #6B99B0. Grayscale: #717171. Windows color (decimal): -7051697 or 5203604. OLE color: 5203604.

HSL color Cylindrical-coordinate representation of color #94664F: hue angle of 20º 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 #94664F is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB14810279-
CMYK00.310.470.42
HSL20º30.4%44.51%-
HSV(B)20º46.62%58.04%-
XYZ18.3816.369.59-
YUV113.13108.74152.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 79 (31.25% from 255) = 24.01%
R=44.98%
G=31.00%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481027900.310.470.422030.444.51
Hex94664F01F2F2A141e2d
Octal2241461170375752243655
Binary10010100110011010011110111111011111010101010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94664F; }

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

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

<style>
 a { background-color: #94664F; }

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

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

<style>
 span { border-color: #94664F; }

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

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