Html Css Color HEX #F6D9AF Wheat

📋 copy color: '#F6D9AF'

red 246 ◦ green 217 ◦ blue 175

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

Shades of Wheat #F6D9AF

Tints of Wheat #F6D9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.01%

 BLUE value IS 175 (68.75% from 255) = 27.43%

R = 38.56%
G = 34.01%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F6D9AF (or 0xF6D9AF) is known color: Wheat. HEX triplet: F6, D9 and AF. RGB value is (246,217,175). Sum of RGB (Red+Green+Blue) = 246+217+175=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D9AF is #092650. Grayscale: #DDDDDD. Windows color (decimal): -599633 or 11524598. OLE color: 11524598.

HSL color Cylindrical-coordinate representation of color #F6D9AF: hue angle of 35.49º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6D9AF is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 217 175 -
CMYK 0 0.12 0.29 0.04
HSL 35.49º 0.8% 0.83% -
HSV(B) 35.49º 0.29% 0.96% -
XYZ 70.56 72.31 50.8 -
YUV 220.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 246 217 175 0 0.12 0.29 0.04 35.49 0.8 0.83
Hex F6 D9 AF 0 C 1D 4 23 50 53
Octal 366 331 257 0 14 35 4 43 120 123
Binary 11110110 11011001 10101111 0 1100 11101 100 100011 1010000 1010011

Color Harmonies of #F6D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D9AF

Black with #F6D9AF

Text Example


Text Example

White with #F6D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D9AF; }

 p { color: rgb(246,217,175); }

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

background-color css

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

 a { background-color: rgb(246,217,175); }

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

border-color css

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

 span { border-color: rgb(246,217,175); }

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