#C6B76E

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

Shades of Dark Khaki #C6B76E

Tints of Dark Khaki #C6B76E

Color information

#C6B76E (or 0xC6B76E) is unknown color: approx Dark Khaki. HEX triplet: C6, B7 and 6E. RGB value is (198,183,110). Sum of RGB (Red+Green+Blue) = 198+183+110=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B76E is #394891. Grayscale: #B3B3B3. Windows color (decimal): -3754130 or 7256006. OLE color: 7256006.

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

Color convert

RGB198183110-
CMYK00.080.440.22
HSL49.77º43.56%60.39%-
HSV(B)49.77º44.44%77.65%-
XYZ43.044721.56-
YUV179.1688.97141.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 183 (71.88% from 255) = 37.27%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=40.33%
G=37.27%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818311000.080.440.2249.7743.5660.39
HexC6B76E082C16322c3c
Octal3062671560105426625474
Binary110001101011011111011100100010110010110110010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B76E; }

 p { color: rgb(198,183,110); }

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

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

 a { background-color: rgb(198,183,110); }

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

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

 span { border-color: rgb(198,183,110); }

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