Html Css Color HEX #F6E686 Khaki

📋 copy color: '#F6E686'

red 246 ◦ green 230 ◦ blue 134

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

Shades of Khaki #F6E686

Tints of Khaki #F6E686

RGB

 RED value IS 246 (96.48% from 255) = 40.33%

 GREEN value IS 230 (90.23% from 255) = 37.7%

 BLUE value IS 134 (52.73% from 255) = 21.97%

R = 40.33%
G = 37.7%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F6E686 (or 0xF6E686) is known color: Khaki. HEX triplet: F6, E6 and 86. RGB value is (246,230,134). Sum of RGB (Red+Green+Blue) = 246+230+134=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E686 is #091979. Grayscale: #E0E0E0. Windows color (decimal): -596346 or 8840950. OLE color: 8840950.

HSL color Cylindrical-coordinate representation of color #F6E686: hue angle of 51.43º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6E686 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 230 134 -
CMYK 0 0.07 0.46 0.04
HSL 51.43º 0.86% 0.75% -
HSV(B) 51.43º 0.46% 0.96% -
XYZ 70.61 77.91 33.87 -
YUV 223.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 246 230 134 0 0.07 0.46 0.04 51.43 0.86 0.75
Hex F6 E6 86 0 7 2E 4 33 56 4B
Octal 366 346 206 0 7 56 4 63 126 113
Binary 11110110 11100110 10000110 0 111 101110 100 110011 1010110 1001011

Color Harmonies of #F6E686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E686

Black with #F6E686

Text Example


Text Example

White with #F6E686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E686; }

 p { color: rgb(246,230,134); }

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

background-color css

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

 a { background-color: rgb(246,230,134); }

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

border-color css

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

 span { border-color: rgb(246,230,134); }

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