#94664B

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

Shades of Dark Tan #94664B

Tints of Dark Tan #94664B

Color information

#94664B (or 0x94664B) is unknown color: approx Dark Tan. HEX triplet: 94, 66 and 4B. RGB value is (148,102,75). Sum of RGB (Red+Green+Blue) = 148+102+75=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #94664B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94664B is #6B99B4. Grayscale: #707070. Windows color (decimal): -7051701 or 4941460. OLE color: 4941460.

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

Color convert

RGB14810275-
CMYK00.310.490.42
HSL22.19º32.74%43.73%-
HSV(B)22.19º49.32%58.04%-
XYZ18.2316.318.84-
YUV112.68106.74153.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=45.54%
G=31.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481027500.310.490.4222.1932.7443.73
Hex94664B01F312A16212c
Octal2241461130376152264154
Binary100101001100110100101101111111000110101010110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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