#B6B36F

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

Shades of Dark Khaki #B6B36F

Tints of Dark Khaki #B6B36F

Color information

#B6B36F (or 0xB6B36F) is unknown color: approx Dark Khaki. HEX triplet: B6, B3 and 6F. RGB value is (182,179,111). Sum of RGB (Red+Green+Blue) = 182+179+111=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B36F is #494C90. Grayscale: #ACACAC. Windows color (decimal): -4803729 or 7320502. OLE color: 7320502.

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

Color convert

RGB182179111-
CMYK00.020.390.29
HSL57.46º32.72%57.45%-
HSV(B)57.46º39.01%71.37%-
XYZ38.2843.3321.39-
YUV172.1493.49135.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 111 (43.75% from 255) = 23.52%
R=38.56%
G=37.92%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217911100.020.390.2957.4632.7257.45
HexB6B36F02271D392139
Octal266263157024735714171
Binary1011011010110011110111101010011111101111001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B36F; }

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

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

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

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

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

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

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

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