#B68D6C

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

Shades of Mongoose #B68D6C

Tints of Mongoose #B68D6C

Color information

#B68D6C (or 0xB68D6C) is unknown color: approx Mongoose. HEX triplet: B6, 8D and 6C. RGB value is (182,141,108). Sum of RGB (Red+Green+Blue) = 182+141+108=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68D6C is #497293. Grayscale: #959595. Windows color (decimal): -4813460 or 7114166. OLE color: 7114166.

HSL color Cylindrical-coordinate representation of color #B68D6C: hue angle of 26.76º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B68D6C is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182141108-
CMYK00.230.410.29
HSL26.76º33.64%56.86%-
HSV(B)26.76º40.66%71.37%-
XYZ31.5230.0818.33-
YUV149.5104.58151.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 108 (42.58% from 255) = 25.06%
R=42.23%
G=32.71%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214110800.230.410.2926.7633.6456.86
HexB68D6C017291D1b2239
Octal2662151540275135334271
Binary101101101000110111011000101111010011110111011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68D6C; }

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

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

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

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

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

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

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

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