Html Css Color HEX #C6C06F Dark Khaki

📋 copy color: '#C6C06F'

red 198 ◦ green 192 ◦ blue 111

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

Shades of Dark Khaki #C6C06F

Tints of Dark Khaki #C6C06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.16%

R = 39.52%
G = 38.32%
B = 22.16%

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

#C6C06F (or 0xC6C06F) is known color: Dark Khaki. HEX triplet: C6, C0 and 6F. RGB value is (198,192,111). Sum of RGB (Red+Green+Blue) = 198+192+111=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C06F is #393F90. Grayscale: #B8B8B8. Windows color (decimal): -3751825 or 7323846. OLE color: 7323846.

HSL color Cylindrical-coordinate representation of color #C6C06F: hue angle of 55.86º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6C06F is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 192 111 -
CMYK 0 0.03 0.44 0.22
HSL 55.86º 0.43% 0.61% -
HSV(B) 55.86º 0.44% 0.78% -
XYZ 45.01 50.85 22.48 -
YUV 184.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 198 192 111 0 0.03 0.44 0.22 55.86 0.43 0.61
Hex C6 C0 6F 0 3 2C 16 38 2B 3D
Octal 306 300 157 0 3 54 26 70 53 75
Binary 11000110 11000000 1101111 0 11 101100 10110 111000 101011 111101

Color Harmonies of #C6C06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C06F

Black with #C6C06F

Text Example


Text Example

White with #C6C06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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