#B6A761

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

Shades of Gimblet #B6A761

Tints of Gimblet #B6A761

Color information

#B6A761 (or 0xB6A761) is unknown color: approx Gimblet. HEX triplet: B6, A7 and 61. RGB value is (182,167,97). Sum of RGB (Red+Green+Blue) = 182+167+97=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A761 is #49589E. Grayscale: #A3A3A3. Windows color (decimal): -4806815 or 6399926. OLE color: 6399926.

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

Color convert

RGB18216797-
CMYK00.080.470.29
HSL49.41º36.8%54.71%-
HSV(B)49.41º46.7%71.37%-
XYZ35.2738.4516.87-
YUV163.590.47141.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 167 (65.62% from 255) = 37.44%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=40.81%
G=37.44%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821679700.080.470.2949.4136.854.71
HexB6A761082F1D312537
Octal2662471410105735614567
Binary101101101010011111000010100010111111101110001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A761; }

 p { color: rgb(182,167,97); }

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

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

 a { background-color: rgb(182,167,97); }

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

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

 span { border-color: rgb(182,167,97); }

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