#C6C074

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

Shades of Dark Khaki #C6C074

Tints of Dark Khaki #C6C074

Color information

#C6C074 (or 0xC6C074) is unknown color: approx Dark Khaki. HEX triplet: C6, C0 and 74. RGB value is (198,192,116). Sum of RGB (Red+Green+Blue) = 198+192+116=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C074 is #393F8B. Grayscale: #B9B9B9. Windows color (decimal): -3751820 or 7651526. OLE color: 7651526.

HSL color Cylindrical-coordinate representation of color #C6C074: hue angle of 55.61º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6C074 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB198192116-
CMYK00.030.410.22
HSL55.61º41.84%61.57%-
HSV(B)55.61º41.41%77.65%-
XYZ45.2950.9723.97-
YUV185.1388.99137.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 116 (45.70% from 255) = 22.92%
R=39.13%
G=37.94%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819211600.030.410.2255.6141.8461.57
HexC6C074032916382a3e
Octal306300164035126705276
Binary1100011011000000111010001110100110110111000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C074; }

 p { color: rgb(198,192,116); }

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

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

 a { background-color: rgb(198,192,116); }

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

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

 span { border-color: rgb(198,192,116); }

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