Html Css Color HEX #C6BE6D Dark Khaki

📋 copy color: '#C6BE6D'

red 198 ◦ green 190 ◦ blue 109

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

Shades of Dark Khaki #C6BE6D

Tints of Dark Khaki #C6BE6D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.23%

 BLUE value IS 109 (42.97% from 255) = 21.93%

R = 39.84%
G = 38.23%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6BE6D (or 0xC6BE6D) is known color: Dark Khaki. HEX triplet: C6, BE and 6D. RGB value is (198,190,109). Sum of RGB (Red+Green+Blue) = 198+190+109=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE6D is #394192. Grayscale: #B7B7B7. Windows color (decimal): -3752339 or 7192262. OLE color: 7192262.

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

Color convert

RGB 198 190 109 -
CMYK 0 0.04 0.45 0.22
HSL 54.61º 0.44% 0.6% -
HSV(B) 54.61º 0.45% 0.78% -
XYZ 44.46 49.94 21.76 -
YUV 183.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 198 190 109 0 0.04 0.45 0.22 54.61 0.44 0.6
Hex C6 BE 6D 0 4 2D 16 37 2C 3C
Octal 306 276 155 0 4 55 26 67 54 74
Binary 11000110 10111110 1101101 0 100 101101 10110 110111 101100 111100

Color Harmonies of #C6BE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE6D

Black with #C6BE6D

Text Example


Text Example

White with #C6BE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE6D; }

 p { color: rgb(198,190,109); }

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

background-color css

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

 a { background-color: rgb(198,190,109); }

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

border-color css

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

 span { border-color: rgb(198,190,109); }

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