#C6C15F

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

Shades of Dark Khaki #C6C15F

Tints of Dark Khaki #C6C15F

Color information

#C6C15F (or 0xC6C15F) is unknown color: approx Dark Khaki. HEX triplet: C6, C1 and 5F. RGB value is (198,193,95). Sum of RGB (Red+Green+Blue) = 198+193+95=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C15F is #393EA0. Grayscale: #B7B7B7. Windows color (decimal): -3751585 or 6275526. OLE color: 6275526.

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

Color convert

RGB19819395-
CMYK00.030.520.22
HSL57.09º47.47%57.45%-
HSV(B)57.09º52.02%77.65%-
XYZ44.4250.9718.32-
YUV183.3278.16138.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.74%
GREEN value IS 193 (75.78% from 255) = 39.71%
BLUE value IS 95 (37.5% from 255) = 19.55%
R=40.74%
G=39.71%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981939500.030.520.2257.0947.4757.45
HexC6C15F033416392f39
Octal306301137036426715771
Binary1100011011000001101111101111010010110111001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C15F; }

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

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

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

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

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

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

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

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