Html Css Color HEX #C6C163 Dark Khaki

📋 copy color: '#C6C163'

red 198 ◦ green 193 ◦ blue 99

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

Shades of Dark Khaki #C6C163

Tints of Dark Khaki #C6C163

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.39%

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

R = 40.41%
G = 39.39%
B = 20.2%

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

#C6C163 (or 0xC6C163) is known color: Dark Khaki. HEX triplet: C6, C1 and 63. RGB value is (198,193,99). Sum of RGB (Red+Green+Blue) = 198+193+99=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C163 is #393E9C. Grayscale: #B8B8B8. Windows color (decimal): -3751581 or 6537670. OLE color: 6537670.

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

Color convert

RGB 198 193 99 -
CMYK 0 0.03 0.50 0.22
HSL 56.97º 0.46% 0.58% -
HSV(B) 56.97º 0.5% 0.78% -
XYZ 44.61 51.05 19.31 -
YUV 183.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 198 193 99 0 0.03 0.50 0.22 56.97 0.46 0.58
Hex C6 C1 63 0 3 32 16 39 2E 3A
Octal 306 301 143 0 3 62 26 71 56 72
Binary 11000110 11000001 1100011 0 11 110010 10110 111001 101110 111010

Color Harmonies of #C6C163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C163

Black with #C6C163

Text Example


Text Example

White with #C6C163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C163; }

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

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

background-color css

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

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

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

border-color css

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

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

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