#B6B967

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

Shades of Dark Khaki #B6B967

Tints of Dark Khaki #B6B967

Color information

#B6B967 (or 0xB6B967) is unknown color: approx Dark Khaki. HEX triplet: B6, B9 and 67. RGB value is (182,185,103). Sum of RGB (Red+Green+Blue) = 182+185+103=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B967 is #494698. Grayscale: #AFAFAF. Windows color (decimal): -4802201 or 6797750. OLE color: 6797750.

HSL color Cylindrical-coordinate representation of color #B6B967: hue angle of 62.2º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6B967 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB182185103-
CMYK0.0200.440.27
HSL62.2º36.94%56.47%-
HSV(B)62.2º44.32%72.55%-
XYZ39.0945.6219.58-
YUV174.7687.51133.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.72%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 103 (40.62% from 255) = 21.91%
R=38.72%
G=39.36%
B=21.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821851030.0200.440.2762.236.9456.47
HexB6B967202C1B3e2538
Octal266271147205433764570
Binary1011011010111001110011110010110011011111110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B967; }

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

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

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

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

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

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

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

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