Html Css Color HEX #C6C06E Dark Khaki

📋 copy color: '#C6C06E'

red 198 ◦ green 192 ◦ blue 110

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

Shades of Dark Khaki #C6C06E

Tints of Dark Khaki #C6C06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22%

R = 39.6%
G = 38.4%
B = 22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6C06E (or 0xC6C06E) is known color: Dark Khaki. HEX triplet: C6, C0 and 6E. RGB value is (198,192,110). Sum of RGB (Red+Green+Blue) = 198+192+110=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C06E is #393F91. Grayscale: #B8B8B8. Windows color (decimal): -3751826 or 7258310. OLE color: 7258310.

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

Color convert

RGB 198 192 110 -
CMYK 0 0.03 0.44 0.22
HSL 55.91º 0.44% 0.6% -
HSV(B) 55.91º 0.44% 0.78% -
XYZ 44.95 50.83 22.19 -
YUV 184.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 198 192 110 0 0.03 0.44 0.22 55.91 0.44 0.6
Hex C6 C0 6E 0 3 2C 16 38 2C 3C
Octal 306 300 156 0 3 54 26 70 54 74
Binary 11000110 11000000 1101110 0 11 101100 10110 111000 101100 111100

Color Harmonies of #C6C06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C06E

Black with #C6C06E

Text Example


Text Example

White with #C6C06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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