#B6B867

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

Shades of Dark Khaki #B6B867

Tints of Dark Khaki #B6B867

Color information

#B6B867 (or 0xB6B867) is unknown color: approx Dark Khaki. HEX triplet: B6, B8 and 67. RGB value is (182,184,103). Sum of RGB (Red+Green+Blue) = 182+184+103=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B867 is #494798. Grayscale: #AEAEAE. Windows color (decimal): -4802457 or 6797494. OLE color: 6797494.

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

Color convert

RGB182184103-
CMYK0.0100.440.28
HSL61.48º36.32%56.27%-
HSV(B)61.48º44.02%72.16%-
XYZ38.8845.2119.51-
YUV174.1787.84133.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=38.81%
G=39.23%
B=21.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821841030.0100.440.2861.4836.3256.27
HexB6B867102C1C3d2438
Octal266270147105434754470
Binary101101101011100011001111010110011100111101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B867; }

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

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

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

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

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

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

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

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