#C6BD62

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

Shades of Dark Khaki #C6BD62

Tints of Dark Khaki #C6BD62

Color information

#C6BD62 (or 0xC6BD62) is unknown color: approx Dark Khaki. HEX triplet: C6, BD and 62. RGB value is (198,189,98). Sum of RGB (Red+Green+Blue) = 198+189+98=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BD62 is #39429D. Grayscale: #B5B5B5. Windows color (decimal): -3752606 or 6471110. OLE color: 6471110.

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

Color convert

RGB19818998-
CMYK00.050.510.22
HSL54.6º46.73%58.04%-
HSV(B)54.6º50.51%77.65%-
XYZ43.6949.2818.77-
YUV181.3280.98139.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 98 (38.67% from 255) = 20.21%
R=40.82%
G=38.97%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981899800.050.510.2254.646.7358.04
HexC6BD62053316372f3a
Octal306275142056326675772
Binary11000110101111011100010010111001110110110111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BD62; }

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

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

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

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

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

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

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

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