#A68B6F

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

Shades of Mongoose #A68B6F

Tints of Mongoose #A68B6F

Color information

#A68B6F (or 0xA68B6F) is unknown color: approx Mongoose. HEX triplet: A6, 8B and 6F. RGB value is (166,139,111). Sum of RGB (Red+Green+Blue) = 166+139+111=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B6F is #597490. Grayscale: #909090. Windows color (decimal): -5862545 or 7310246. OLE color: 7310246.

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

Color convert

RGB166139111-
CMYK00.160.330.35
HSL30.55º23.61%54.31%-
HSV(B)30.55º33.13%65.1%-
XYZ27.8327.7218.92-
YUV143.88109.45143.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.90%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=39.90%
G=33.41%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613911100.160.330.3530.5523.6154.31
HexA68B6F01021231f1836
Octal2462131570204143373066
Binary101001101000101111011110100001000011000111111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68B6F; }

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

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

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

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

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

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

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

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