#94694C

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

Shades of Dark Tan #94694C

Tints of Dark Tan #94694C

Color information

#94694C (or 0x94694C) is unknown color: approx Dark Tan. HEX triplet: 94, 69 and 4C. RGB value is (148,105,76). Sum of RGB (Red+Green+Blue) = 148+105+76=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #94694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94694C is #6B96B3. Grayscale: #727272. Windows color (decimal): -7050932 or 5007764. OLE color: 5007764.

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

Color convert

RGB14810576-
CMYK00.290.490.42
HSL24.17º32.14%43.92%-
HSV(B)24.17º48.65%58.04%-
XYZ18.5716.929.12-
YUV114.55106.25151.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=44.98%
G=31.91%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481057600.290.490.4224.1732.1443.92
Hex94694C01D312A18202c
Octal2241511140356152304054
Binary100101001101001100110001110111000110101011000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94694C; }

 p { color: rgb(148,105,76); }

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

<style>
 a { background-color: #94694C; }

 a { background-color: rgb(148,105,76); }

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

<style>
 span { border-color: #94694C; }

 span { border-color: rgb(148,105,76); }

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