#b6ab68

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

Shades of Gimblet #B6AB68

Tints of Gimblet #B6AB68

Color information

#B6AB68 (or 0xB6AB68) is unknown color: approx Gimblet. HEX triplet: B6, AB and 68. RGB value is (182,171,104). Sum of RGB (Red+Green+Blue) = 182+171+104=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AB68 is #495497. Grayscale: #A6A6A6. Windows color (decimal): -4805784 or 6859702. OLE color: 6859702.

HSL color Cylindrical-coordinate representation of color #B6AB68: hue angle of 51.54º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6AB68 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB182171104-
CMYK00.060.430.29
HSL51.54º34.82%56.08%-
HSV(B)51.54º42.86%71.37%-
XYZ36.3540.0718.92-
YUV166.6592.64138.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 104 (41.02% from 255) = 22.76%
R=39.82%
G=37.42%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217110400.060.430.2951.5434.8256.08
HexB6AB68062B1D342338
Octal266253150065335644370
Binary10110110101010111101000011010101111101110100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6ab68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6ab68; }

 p { color: rgb(182,171,104); }

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

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

 a { background-color: rgb(182,171,104); }

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

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

 span { border-color: rgb(182,171,104); }

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