Html Css Color HEX #F6B96E Harvest Gold

📋 copy color: '#F6B96E'

red 246 ◦ green 185 ◦ blue 110

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

Shades of Harvest Gold #F6B96E

Tints of Harvest Gold #F6B96E

RGB

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

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

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

R = 45.47%
G = 34.2%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F6B96E (or 0xF6B96E) is known color: Harvest Gold. HEX triplet: F6, B9 and 6E. RGB value is (246,185,110). Sum of RGB (Red+Green+Blue) = 246+185+110=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B96E is #094691. Grayscale: #C3C3C3. Windows color (decimal): -607890 or 7256566. OLE color: 7256566.

HSL color Cylindrical-coordinate representation of color #F6B96E: hue angle of 33.09º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F6B96E is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 185 110 -
CMYK 0 0.25 0.55 0.04
HSL 33.09º 0.88% 0.7% -
HSV(B) 33.09º 0.55% 0.96% -
XYZ 58.17 55.42 22.38 -
YUV 194.69 80.21 164.6 -
System Red Green Blue C M Y K H S L
Decimal 246 185 110 0 0.25 0.55 0.04 33.09 0.88 0.7
Hex F6 B9 6E 0 19 37 4 21 58 46
Octal 366 271 156 0 31 67 4 41 130 106
Binary 11110110 10111001 1101110 0 11001 110111 100 100001 1011000 1000110

Color Harmonies of #F6B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B96E

Black with #F6B96E

Text Example


Text Example

White with #F6B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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