Html Css Color HEX #A68B6D Mongoose

📋 copy color: '#A68B6D'

red 166 ◦ green 139 ◦ blue 109

#A68B6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mongoose #A68B6D

Tints of Mongoose #A68B6D

RGB

 RED value IS 166 (65.23% from 255) = 40.1%

 GREEN value IS 139 (54.69% from 255) = 33.57%

 BLUE value IS 109 (42.97% from 255) = 26.33%

R = 40.1%
G = 33.57%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A68B6D (or 0xA68B6D) is known color: Mongoose. HEX triplet: A6, 8B and 6D. RGB value is (166,139,109). Sum of RGB (Red+Green+Blue) = 166+139+109=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B6D is #597492. Grayscale: #8F8F8F. Windows color (decimal): -5862547 or 7179174. OLE color: 7179174.

HSL color Cylindrical-coordinate representation of color #A68B6D: hue angle of 31.58º 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 #A68B6D is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 139 109 -
CMYK 0 0.16 0.34 0.35
HSL 31.58º 0.24% 0.54% -
HSV(B) 31.58º 0.34% 0.65% -
XYZ 27.72 27.68 18.35 -
YUV 143.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 166 139 109 0 0.16 0.34 0.35 31.58 0.24 0.54
Hex A6 8B 6D 0 10 22 23 20 18 36
Octal 246 213 155 0 20 42 43 40 30 66
Binary 10100110 10001011 1101101 0 10000 100010 100011 100000 11000 110110

Color Harmonies of #A68B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B6D

Black with #A68B6D

Text Example


Text Example

White with #A68B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B6D; }

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

 H1.HeaderClassName
 {
   color: #A68B6D;
 }
 .AnyTagClassName
 {
   color: #A68B6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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