Html Css Color HEX #F6B96C Harvest Gold

📋 copy color: '#F6B96C'

red 246 ◦ green 185 ◦ blue 108

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

Shades of Harvest Gold #F6B96C

Tints of Harvest Gold #F6B96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.04%

R = 45.64%
G = 34.32%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6B96C (or 0xF6B96C) is known color: Harvest Gold. HEX triplet: F6, B9 and 6C. RGB value is (246,185,108). Sum of RGB (Red+Green+Blue) = 246+185+108=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B96C is #094693. Grayscale: #C2C2C2. Windows color (decimal): -607892 or 7125494. OLE color: 7125494.

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

Color convert

RGB 246 185 108 -
CMYK 0 0.25 0.56 0.04
HSL 33.48º 0.88% 0.69% -
HSV(B) 33.48º 0.56% 0.96% -
XYZ 58.06 55.37 21.82 -
YUV 194.46 79.21 164.76 -
System Red Green Blue C M Y K H S L
Decimal 246 185 108 0 0.25 0.56 0.04 33.48 0.88 0.69
Hex F6 B9 6C 0 19 38 4 21 58 45
Octal 366 271 154 0 31 70 4 41 130 105
Binary 11110110 10111001 1101100 0 11001 111000 100 100001 1011000 1000101

Color Harmonies of #F6B96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B96C

Black with #F6B96C

Text Example


Text Example

White with #F6B96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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