Html Css Color HEX #C6B66E Dark Khaki

📋 copy color: '#C6B66E'

red 198 ◦ green 182 ◦ blue 110

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

Shades of Dark Khaki #C6B66E

Tints of Dark Khaki #C6B66E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.14%

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

R = 40.41%
G = 37.14%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6B66E (or 0xC6B66E) is known color: Dark Khaki. HEX triplet: C6, B6 and 6E. RGB value is (198,182,110). Sum of RGB (Red+Green+Blue) = 198+182+110=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B66E is #394991. Grayscale: #B2B2B2. Windows color (decimal): -3754386 or 7255750. OLE color: 7255750.

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

Color convert

RGB 198 182 110 -
CMYK 0 0.08 0.44 0.22
HSL 49.09º 0.44% 0.6% -
HSV(B) 49.09º 0.44% 0.78% -
XYZ 42.83 46.59 21.49 -
YUV 178.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 198 182 110 0 0.08 0.44 0.22 49.09 0.44 0.6
Hex C6 B6 6E 0 8 2C 16 31 2C 3C
Octal 306 266 156 0 10 54 26 61 54 74
Binary 11000110 10110110 1101110 0 1000 101100 10110 110001 101100 111100

Color Harmonies of #C6B66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B66E

Black with #C6B66E

Text Example


Text Example

White with #C6B66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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