#C6BE70

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

Shades of Dark Khaki #C6BE70

Tints of Dark Khaki #C6BE70

Color information

#C6BE70 (or 0xC6BE70) is unknown color: approx Dark Khaki. HEX triplet: C6, BE and 70. RGB value is (198,190,112). Sum of RGB (Red+Green+Blue) = 198+190+112=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE70 is #39418F. Grayscale: #B7B7B7. Windows color (decimal): -3752336 or 7388870. OLE color: 7388870.

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

Color convert

RGB198190112-
CMYK00.040.430.22
HSL54.42º43%60.78%-
HSV(B)54.42º43.43%77.65%-
XYZ44.635022.63-
YUV183.587.65138.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.6%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 112 (44.14% from 255) = 22.4%
R=39.6%
G=38%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819011200.040.430.2254.424360.78
HexC6BE70042B16362b3d
Octal306276160045326665375
Binary11000110101111101110000010010101110110110110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BE70; }

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

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

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

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

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

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

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

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