Html Css Color HEX #C6B96E Dark Khaki

📋 copy color: '#C6B96E'

red 198 ◦ green 185 ◦ blue 110

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

Shades of Dark Khaki #C6B96E

Tints of Dark Khaki #C6B96E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.53%

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

R = 40.16%
G = 37.53%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6B96E (or 0xC6B96E) is known color: Dark Khaki. HEX triplet: C6, B9 and 6E. RGB value is (198,185,110). Sum of RGB (Red+Green+Blue) = 198+185+110=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B96E is #394691. Grayscale: #B4B4B4. Windows color (decimal): -3753618 or 7256518. OLE color: 7256518.

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

Color convert

RGB 198 185 110 -
CMYK 0 0.07 0.44 0.22
HSL 51.14º 0.44% 0.6% -
HSV(B) 51.14º 0.44% 0.78% -
XYZ 43.45 47.83 21.69 -
YUV 180.34 88.31 140.6 -
System Red Green Blue C M Y K H S L
Decimal 198 185 110 0 0.07 0.44 0.22 51.14 0.44 0.6
Hex C6 B9 6E 0 7 2C 16 33 2C 3C
Octal 306 271 156 0 7 54 26 63 54 74
Binary 11000110 10111001 1101110 0 111 101100 10110 110011 101100 111100

Color Harmonies of #C6B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B96E

Black with #C6B96E

Text Example


Text Example

White with #C6B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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