#A68D6C

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

Shades of Mongoose #A68D6C

Tints of Mongoose #A68D6C

Color information

#A68D6C (or 0xA68D6C) is unknown color: approx Mongoose. HEX triplet: A6, 8D and 6C. RGB value is (166,141,108). Sum of RGB (Red+Green+Blue) = 166+141+108=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D6C is #597293. Grayscale: #909090. Windows color (decimal): -5862036 or 7114150. OLE color: 7114150.

HSL color Cylindrical-coordinate representation of color #A68D6C: hue angle of 34.14º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A68D6C is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB166141108-
CMYK00.150.350.35
HSL34.14º24.58%53.73%-
HSV(B)34.14º34.94%65.1%-
XYZ27.9628.2418.16-
YUV144.71107.28143.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=40%
G=33.98%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614110800.150.350.3534.1424.5853.73
HexA68D6C0F2323221936
Octal2462151540174343423166
Binary101001101000110111011000111110001110001110001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D6C; }

 p { color: rgb(166,141,108); }

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

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

 a { background-color: rgb(166,141,108); }

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

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

 span { border-color: rgb(166,141,108); }

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