#c6be62

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

Shades of Dark Khaki #C6BE62

Tints of Dark Khaki #C6BE62

Color information

#C6BE62 (or 0xC6BE62) is unknown color: approx Dark Khaki. HEX triplet: C6, BE and 62. RGB value is (198,190,98). Sum of RGB (Red+Green+Blue) = 198+190+98=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE62 is #39419D. Grayscale: #B6B6B6. Windows color (decimal): -3752350 or 6471366. OLE color: 6471366.

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

Color convert

RGB19819098-
CMYK00.040.510.22
HSL55.2º46.73%58.04%-
HSV(B)55.2º50.51%77.65%-
XYZ43.9149.7118.84-
YUV181.980.65139.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.74%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 98 (38.67% from 255) = 20.16%
R=40.74%
G=39.09%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981909800.040.510.2255.246.7358.04
HexC6BE62043316372f3a
Octal306276142046326675772
Binary11000110101111101100010010011001110110110111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6be62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6be62; }

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

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

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

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

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

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

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

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