Html Css Color HEX #C6BA6D Dark Khaki

📋 copy color: '#C6BA6D'

red 198 ◦ green 186 ◦ blue 109

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

Shades of Dark Khaki #C6BA6D

Tints of Dark Khaki #C6BA6D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.73%

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

R = 40.16%
G = 37.73%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6BA6D (or 0xC6BA6D) is known color: Dark Khaki. HEX triplet: C6, BA and 6D. RGB value is (198,186,109). Sum of RGB (Red+Green+Blue) = 198+186+109=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA6D is #394592. Grayscale: #B5B5B5. Windows color (decimal): -3753363 or 7191238. OLE color: 7191238.

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

Color convert

RGB 198 186 109 -
CMYK 0 0.06 0.45 0.22
HSL 51.91º 0.44% 0.6% -
HSV(B) 51.91º 0.45% 0.78% -
XYZ 43.61 48.23 21.48 -
YUV 180.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 198 186 109 0 0.06 0.45 0.22 51.91 0.44 0.6
Hex C6 BA 6D 0 6 2D 16 34 2C 3C
Octal 306 272 155 0 6 55 26 64 54 74
Binary 11000110 10111010 1101101 0 110 101101 10110 110100 101100 111100

Color Harmonies of #C6BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA6D

Black with #C6BA6D

Text Example


Text Example

White with #C6BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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