#94664D

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

Shades of Dark Tan #94664D

Tints of Dark Tan #94664D

Color information

#94664D (or 0x94664D) is unknown color: approx Dark Tan. HEX triplet: 94, 66 and 4D. RGB value is (148,102,77). Sum of RGB (Red+Green+Blue) = 148+102+77=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #94664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94664D is #6B99B2. Grayscale: #717171. Windows color (decimal): -7051699 or 5072532. OLE color: 5072532.

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

Color convert

RGB14810277-
CMYK00.310.480.42
HSL21.13º31.56%44.12%-
HSV(B)21.13º47.97%58.04%-
XYZ18.316.339.21-
YUV112.9107.74153.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 77 (30.47% from 255) = 23.55%
R=45.26%
G=31.19%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481027700.310.480.4221.1331.5644.12
Hex94664D01F302A15202c
Octal2241461150376052254054
Binary100101001100110100110101111111000010101010101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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