#C6BE69

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

Shades of Dark Khaki #C6BE69

Tints of Dark Khaki #C6BE69

Color information

#C6BE69 (or 0xC6BE69) is unknown color: approx Dark Khaki. HEX triplet: C6, BE and 69. RGB value is (198,190,105). Sum of RGB (Red+Green+Blue) = 198+190+105=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE69 is #394196. Grayscale: #B7B7B7. Windows color (decimal): -3752343 or 6930118. OLE color: 6930118.

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

Color convert

RGB198190105-
CMYK00.040.470.22
HSL54.84º44.93%59.41%-
HSV(B)54.84º46.97%77.65%-
XYZ44.2549.8520.65-
YUV182.784.15138.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.16%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 105 (41.41% from 255) = 21.30%
R=40.16%
G=38.54%
B=21.30%

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
Decimal19819010500.040.470.2254.8444.9359.41
HexC6BE69042F16372d3b
Octal306276151045726675573
Binary11000110101111101101001010010111110110110111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BE69; }

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

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

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

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

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

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

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

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