#C6BE5F

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

Shades of Dark Khaki #C6BE5F

Tints of Dark Khaki #C6BE5F

Color information

#C6BE5F (or 0xC6BE5F) is unknown color: approx Dark Khaki. HEX triplet: C6, BE and 5F. RGB value is (198,190,95). Sum of RGB (Red+Green+Blue) = 198+190+95=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE5F is #3941A0. Grayscale: #B5B5B5. Windows color (decimal): -3752353 or 6274758. OLE color: 6274758.

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

Color convert

RGB19819095-
CMYK00.040.520.22
HSL55.34º47.47%57.45%-
HSV(B)55.34º52.02%77.65%-
XYZ43.7749.6618.1-
YUV181.5679.15139.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.99%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 95 (37.5% from 255) = 19.67%
R=40.99%
G=39.34%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981909500.040.520.2255.3447.4757.45
HexC6BE5F043416372f39
Octal306276137046426675771
Binary11000110101111101011111010011010010110110111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BE5F; }

 p { color: rgb(198,190,95); }

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

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

 a { background-color: rgb(198,190,95); }

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

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

 span { border-color: rgb(198,190,95); }

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