#A68D6E

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

Shades of Mongoose #A68D6E

Tints of Mongoose #A68D6E

Color information

#A68D6E (or 0xA68D6E) is unknown color: approx Mongoose. HEX triplet: A6, 8D and 6E. RGB value is (166,141,110). Sum of RGB (Red+Green+Blue) = 166+141+110=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D6E is #597291. Grayscale: #919191. Windows color (decimal): -5862034 or 7245222. OLE color: 7245222.

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

Color convert

RGB166141110-
CMYK00.150.340.35
HSL33.21º23.93%54.12%-
HSV(B)33.21º33.73%65.1%-
XYZ28.0728.2818.73-
YUV144.94108.28143.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=39.81%
G=33.81%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614111000.150.340.3533.2123.9354.12
HexA68D6E0F2223211836
Octal2462151560174243413066
Binary101001101000110111011100111110001010001110000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D6E; }

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

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

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

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

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

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

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

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