#B6B467

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

Shades of Dark Khaki #B6B467

Tints of Dark Khaki #B6B467

Color information

#B6B467 (or 0xB6B467) is unknown color: approx Dark Khaki. HEX triplet: B6, B4 and 67. RGB value is (182,180,103). Sum of RGB (Red+Green+Blue) = 182+180+103=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B467 is #494B98. Grayscale: #ACACAC. Windows color (decimal): -4803481 or 6796470. OLE color: 6796470.

HSL color Cylindrical-coordinate representation of color #B6B467: hue angle of 58.48º 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 #B6B467 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB182180103-
CMYK00.010.430.29
HSL58.48º35.11%55.88%-
HSV(B)58.48º43.41%71.37%-
XYZ38.0643.5719.24-
YUV171.8289.16135.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 103 (40.62% from 255) = 22.15%
R=39.14%
G=38.71%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218010300.010.430.2958.4835.1155.88
HexB6B467012B1D3a2338
Octal266264147015335724370
Binary101101101011010011001110110101111101111010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B467; }

 p { color: rgb(182,180,103); }

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

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

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

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

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

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

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