#B6A663

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

Shades of Gimblet #B6A663

Tints of Gimblet #B6A663

Color information

#B6A663 (or 0xB6A663) is unknown color: approx Gimblet. HEX triplet: B6, A6 and 63. RGB value is (182,166,99). Sum of RGB (Red+Green+Blue) = 182+166+99=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A663 is #49599C. Grayscale: #A3A3A3. Windows color (decimal): -4807069 or 6530742. OLE color: 6530742.

HSL color Cylindrical-coordinate representation of color #B6A663: hue angle of 48.43º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6A663 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18216699-
CMYK00.090.460.29
HSL48.43º36.24%55.1%-
HSV(B)48.43º45.6%71.37%-
XYZ35.1838.1217.31-
YUV163.1591.8141.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 166 (65.23% from 255) = 37.14%
BLUE value IS 99 (39.06% from 255) = 22.15%
R=40.72%
G=37.14%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821669900.090.460.2948.4336.2455.1
HexB6A663092E1D302437
Octal2662461430115635604467
Binary101101101010011011000110100110111011101110000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A663; }

 p { color: rgb(182,166,99); }

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

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

 a { background-color: rgb(182,166,99); }

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

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

 span { border-color: rgb(182,166,99); }

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