#B6B66F

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

Shades of Dark Khaki #B6B66F

Tints of Dark Khaki #B6B66F

Color information

#B6B66F (or 0xB6B66F) is unknown color: approx Dark Khaki. HEX triplet: B6, B6 and 6F. RGB value is (182,182,111). Sum of RGB (Red+Green+Blue) = 182+182+111=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B66F is #494990. Grayscale: #AEAEAE. Windows color (decimal): -4802961 or 7321270. OLE color: 7321270.

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

Color convert

RGB182182111-
CMYK000.390.29
HSL60º32.72%57.45%-
HSV(B)60º39.01%71.37%-
XYZ38.8944.5521.59-
YUV173.9192.5133.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 111 (43.75% from 255) = 23.37%
R=38.32%
G=38.32%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182182111000.390.296032.7257.45
HexB6B66F00271D3c2139
Octal266266157004735744171
Binary101101101011011011011110010011111101111100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B66F; }

 p { color: rgb(182,182,111); }

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

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

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

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

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

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

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