#94674D

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

Shades of Dark Tan #94674D

Tints of Dark Tan #94674D

Color information

#94674D (or 0x94674D) is unknown color: approx Dark Tan. HEX triplet: 94, 67 and 4D. RGB value is (148,103,77). Sum of RGB (Red+Green+Blue) = 148+103+77=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94674D is #6B98B2. Grayscale: #717171. Windows color (decimal): -7051443 or 5072788. OLE color: 5072788.

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

Color convert

RGB14810377-
CMYK00.300.480.42
HSL21.97º31.56%44.12%-
HSV(B)21.97º47.97%58.04%-
XYZ18.416.539.24-
YUV113.49107.41152.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=45.12%
G=31.40%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481037700.300.480.4221.9731.5644.12
Hex94674D01E302A16202c
Octal2241471150366052264054
Binary100101001100111100110101111011000010101010110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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