#A68C6B

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

Shades of Mongoose #A68C6B

Tints of Mongoose #A68C6B

Color information

#A68C6B (or 0xA68C6B) is unknown color: approx Mongoose. HEX triplet: A6, 8C and 6B. RGB value is (166,140,107). Sum of RGB (Red+Green+Blue) = 166+140+107=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C6B is #597394. Grayscale: #909090. Windows color (decimal): -5862293 or 7048358. OLE color: 7048358.

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

Color convert

RGB166140107-
CMYK00.160.360.35
HSL33.56º24.89%53.53%-
HSV(B)33.56º35.54%65.1%-
XYZ27.7627.9217.84-
YUV144.01107.11143.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=40.19%
G=33.90%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614010700.160.360.3533.5624.8953.53
HexA68C6B0102423221936
Octal2462141530204443423166
Binary1010011010001100110101101000010010010001110001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68C6B; }

 p { color: rgb(166,140,107); }

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

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

 a { background-color: rgb(166,140,107); }

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

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

 span { border-color: rgb(166,140,107); }

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