#94A68B

Color #94A68B Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #94A68B

Tints of Mantle #94A68B

Color information

#94A68B (or 0x94A68B) is unknown color: approx Mantle. HEX triplet: 94, A6 and 8B. RGB value is (148,166,139). Sum of RGB (Red+Green+Blue) = 148+166+139=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 166 - color contains mainly: green. Hex color #94A68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A68B is #6B5974. Grayscale: #9D9D9D. Windows color (decimal): -7035253 or 9152148. OLE color: 9152148.

HSL color Cylindrical-coordinate representation of color #94A68B: hue angle of 100º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94A68B is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB148166139-
CMYK0.1100.160.35
HSL100º13.17%59.8%-
HSV(B)100º16.27%65.1%-
XYZ30.5135.4329.66-
YUV157.54117.54121.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=32.67%
G=36.64%
B=30.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481661390.1100.160.3510013.1759.8
Hex94A68BB0102364d3c
Octal22424621313020431441574
Binary100101001010011010001011101101000010001111001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A68B; }

 p { color: rgb(148,166,139); }

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

<style>
 a { background-color: #94A68B; }

 a { background-color: rgb(148,166,139); }

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

<style>
 span { border-color: #94A68B; }

 span { border-color: rgb(148,166,139); }

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