#B6B06F

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

Shades of Dark Khaki #B6B06F

Tints of Dark Khaki #B6B06F

Color information

#B6B06F (or 0xB6B06F) is unknown color: approx Dark Khaki. HEX triplet: B6, B0 and 6F. RGB value is (182,176,111). Sum of RGB (Red+Green+Blue) = 182+176+111=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B06F is #494F90. Grayscale: #AAAAAA. Windows color (decimal): -4804497 or 7319734. OLE color: 7319734.

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

Color convert

RGB182176111-
CMYK00.030.390.29
HSL54.93º32.72%57.45%-
HSV(B)54.93º39.01%71.37%-
XYZ37.6942.1421.19-
YUV170.3894.49136.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 176 (69.14% from 255) = 37.53%
BLUE value IS 111 (43.75% from 255) = 23.67%
R=38.81%
G=37.53%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217611100.030.390.2954.9332.7257.45
HexB6B06F03271D372139
Octal266260157034735674171
Binary1011011010110000110111101110011111101110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B06F; }

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

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

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

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

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

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

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

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