Html Css Color HEX #C6C063 Dark Khaki

📋 copy color: '#C6C063'

red 198 ◦ green 192 ◦ blue 99

#C6C063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #C6C063

Tints of Dark Khaki #C6C063

RGB

 RED value IS 198 (77.73% from 255) = 40.49%

 GREEN value IS 192 (75.39% from 255) = 39.26%

 BLUE value IS 99 (39.06% from 255) = 20.25%

R = 40.49%
G = 39.26%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C6C063 (or 0xC6C063) is known color: Dark Khaki. HEX triplet: C6, C0 and 63. RGB value is (198,192,99). Sum of RGB (Red+Green+Blue) = 198+192+99=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C063 is #393F9C. Grayscale: #B7B7B7. Windows color (decimal): -3751837 or 6537414. OLE color: 6537414.

HSL color Cylindrical-coordinate representation of color #C6C063: hue angle of 56.36º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6C063 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 192 99 -
CMYK 0 0.03 0.50 0.22
HSL 56.36º 0.46% 0.58% -
HSV(B) 56.36º 0.5% 0.78% -
XYZ 44.39 50.61 19.23 -
YUV 183.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 198 192 99 0 0.03 0.50 0.22 56.36 0.46 0.58
Hex C6 C0 63 0 3 32 16 38 2E 3A
Octal 306 300 143 0 3 62 26 70 56 72
Binary 11000110 11000000 1100011 0 11 110010 10110 111000 101110 111010

Color Harmonies of #C6C063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C063

Black with #C6C063

Text Example


Text Example

White with #C6C063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C063; }

 p { color: rgb(198,192,99); }

 H1.HeaderClassName
 {
   color: #C6C063;
 }
 .AnyTagClassName
 {
   color: #C6C063;
 }
</style>

background-color css

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

 a { background-color: rgb(198,192,99); }

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

border-color css

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

 span { border-color: rgb(198,192,99); }

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