#B6B771

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

Shades of Dark Khaki #B6B771

Tints of Dark Khaki #B6B771

Color information

#B6B771 (or 0xB6B771) is unknown color: approx Dark Khaki. HEX triplet: B6, B7 and 71. RGB value is (182,183,113). Sum of RGB (Red+Green+Blue) = 182+183+113=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B771 is #49488E. Grayscale: #AFAFAF. Windows color (decimal): -4802703 or 7452598. OLE color: 7452598.

HSL color Cylindrical-coordinate representation of color #B6B771: hue angle of 60.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6B771 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB182183113-
CMYK0.0100.380.28
HSL60.86º32.71%58.04%-
HSV(B)60.86º38.25%71.76%-
XYZ39.214522.24-
YUV174.7293.17133.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 183 (71.88% from 255) = 38.28%
BLUE value IS 113 (44.53% from 255) = 23.64%
R=38.08%
G=38.28%
B=23.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821831130.0100.380.2860.8632.7158.04
HexB6B77110261C3d213a
Octal266267161104634754172
Binary101101101011011111100011010011011100111101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B771; }

 p { color: rgb(182,183,113); }

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

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

 a { background-color: rgb(182,183,113); }

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

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

 span { border-color: rgb(182,183,113); }

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