#C6BE68

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

Shades of Dark Khaki #C6BE68

Tints of Dark Khaki #C6BE68

Color information

#C6BE68 (or 0xC6BE68) is unknown color: approx Dark Khaki. HEX triplet: C6, BE and 68. RGB value is (198,190,104). Sum of RGB (Red+Green+Blue) = 198+190+104=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE68 is #394197. Grayscale: #B6B6B6. Windows color (decimal): -3752344 or 6864582. OLE color: 6864582.

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

Color convert

RGB198190104-
CMYK00.040.470.22
HSL54.89º45.19%59.22%-
HSV(B)54.89º47.47%77.65%-
XYZ44.249.8320.39-
YUV182.5983.65138.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 104 (41.02% from 255) = 21.14%
R=40.24%
G=38.62%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819010400.040.470.2254.8945.1959.22
HexC6BE68042F16372d3b
Octal306276150045726675573
Binary11000110101111101101000010010111110110110111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BE68; }

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

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

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

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

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

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

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

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