#C6BC6F

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

Shades of Dark Khaki #C6BC6F

Tints of Dark Khaki #C6BC6F

Color information

#C6BC6F (or 0xC6BC6F) is unknown color: approx Dark Khaki. HEX triplet: C6, BC and 6F. RGB value is (198,188,111). Sum of RGB (Red+Green+Blue) = 198+188+111=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BC6F is #394390. Grayscale: #B6B6B6. Windows color (decimal): -3752849 or 7322822. OLE color: 7322822.

HSL color Cylindrical-coordinate representation of color #C6BC6F: hue angle of 53.1º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6BC6F is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB198188111-
CMYK00.050.440.22
HSL53.1º43.28%60.59%-
HSV(B)53.1º43.94%77.65%-
XYZ44.1449.1222.19-
YUV182.2187.81139.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.84%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 111 (43.75% from 255) = 22.33%
R=39.84%
G=37.83%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818811100.050.440.2253.143.2860.59
HexC6BC6F052C16352b3d
Octal306274157055426655375
Binary11000110101111001101111010110110010110110101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BC6F; }

 p { color: rgb(198,188,111); }

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

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

 a { background-color: rgb(198,188,111); }

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

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

 span { border-color: rgb(198,188,111); }

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