Html Css Color HEX #F6E0B7 Wheat

📋 copy color: '#F6E0B7'

red 246 ◦ green 224 ◦ blue 183

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

Shades of Wheat #F6E0B7

Tints of Wheat #F6E0B7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.3%

 BLUE value IS 183 (71.88% from 255) = 28.02%

R = 37.67%
G = 34.3%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F6E0B7 (or 0xF6E0B7) is known color: Wheat. HEX triplet: F6, E0 and B7. RGB value is (246,224,183). Sum of RGB (Red+Green+Blue) = 246+224+183=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 183 (71.88% from 255 or 28.02% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E0B7 is #091F48. Grayscale: #E2E2E2. Windows color (decimal): -597833 or 12050678. OLE color: 12050678.

HSL color Cylindrical-coordinate representation of color #F6E0B7: hue angle of 39.05º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6E0B7 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 224 183 -
CMYK 0 0.09 0.26 0.04
HSL 39.05º 0.78% 0.84% -
HSV(B) 39.05º 0.26% 0.96% -
XYZ 73.21 76.32 55.67 -
YUV 225.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 246 224 183 0 0.09 0.26 0.04 39.05 0.78 0.84
Hex F6 E0 B7 0 9 1A 4 27 4E 54
Octal 366 340 267 0 11 32 4 47 116 124
Binary 11110110 11100000 10110111 0 1001 11010 100 100111 1001110 1010100

Color Harmonies of #F6E0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E0B7

Black with #F6E0B7

Text Example


Text Example

White with #F6E0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E0B7; }

 p { color: rgb(246,224,183); }

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

background-color css

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

 a { background-color: rgb(246,224,183); }

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

border-color css

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

 span { border-color: rgb(246,224,183); }

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