#C6BE76

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

Shades of Dark Khaki #C6BE76

Tints of Dark Khaki #C6BE76

Color information

#C6BE76 (or 0xC6BE76) is unknown color: approx Dark Khaki. HEX triplet: C6, BE and 76. RGB value is (198,190,118). Sum of RGB (Red+Green+Blue) = 198+190+118=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE76 is #394189. Grayscale: #B8B8B8. Windows color (decimal): -3752330 or 7782086. OLE color: 7782086.

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

Color convert

RGB198190118-
CMYK00.040.400.22
HSL54º41.24%61.96%-
HSV(B)54º40.4%77.65%-
XYZ44.9750.1424.45-
YUV184.1890.65137.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 118 (46.48% from 255) = 23.32%
R=39.13%
G=37.55%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819011800.040.400.225441.2461.96
HexC6BE7604281636293e
Octal306276166045026665176
Binary11000110101111101110110010010100010110110110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BE76; }

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

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

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

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

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

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

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

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