#B6B772

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

Shades of Dark Khaki #B6B772

Tints of Dark Khaki #B6B772

Color information

#B6B772 (or 0xB6B772) is unknown color: approx Dark Khaki. HEX triplet: B6, B7 and 72. RGB value is (182,183,114). Sum of RGB (Red+Green+Blue) = 182+183+114=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B772 is #49488D. Grayscale: #AFAFAF. Windows color (decimal): -4802702 or 7518134. OLE color: 7518134.

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

Color convert

RGB182183114-
CMYK0.0100.380.28
HSL60.87º32.39%58.24%-
HSV(B)60.87º37.7%71.76%-
XYZ39.2645.0322.54-
YUV174.8493.67133.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=38.00%
G=38.20%
B=23.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821831140.0100.380.2860.8732.3958.24
HexB6B77210261C3d203a
Octal266267162104634754072
Binary101101101011011111100101010011011100111101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B772; }

 p { color: rgb(182,183,114); }

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

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

 a { background-color: rgb(182,183,114); }

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

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

 span { border-color: rgb(182,183,114); }

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