#C6BC61

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

Shades of Dark Khaki #C6BC61

Tints of Dark Khaki #C6BC61

Color information

#C6BC61 (or 0xC6BC61) is unknown color: approx Dark Khaki. HEX triplet: C6, BC and 61. RGB value is (198,188,97). Sum of RGB (Red+Green+Blue) = 198+188+97=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BC61 is #39439E. Grayscale: #B4B4B4. Windows color (decimal): -3752863 or 6405318. OLE color: 6405318.

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

Color convert

RGB19818897-
CMYK00.050.510.22
HSL54.06º46.98%57.84%-
HSV(B)54.06º51.01%77.65%-
XYZ43.4348.8418.45-
YUV180.6280.81140.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.99%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 97 (38.28% from 255) = 20.08%
R=40.99%
G=38.92%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981889700.050.510.2254.0646.9857.84
HexC6BC61053316362f3a
Octal306274141056326665772
Binary11000110101111001100001010111001110110110110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BC61; }

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

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

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

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

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

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

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

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