Html Css Color HEX #F6B770 Harvest Gold

📋 copy color: '#F6B770'

red 246 ◦ green 183 ◦ blue 112

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

Shades of Harvest Gold #F6B770

Tints of Harvest Gold #F6B770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.83%

 BLUE value IS 112 (44.14% from 255) = 20.7%

R = 45.47%
G = 33.83%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F6B770 (or 0xF6B770) is known color: Harvest Gold. HEX triplet: F6, B7 and 70. RGB value is (246,183,112). Sum of RGB (Red+Green+Blue) = 246+183+112=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B770 is #09488F. Grayscale: #C2C2C2. Windows color (decimal): -608400 or 7387126. OLE color: 7387126.

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

Color convert

RGB 246 183 112 -
CMYK 0 0.26 0.54 0.04
HSL 31.79º 0.88% 0.7% -
HSV(B) 31.79º 0.54% 0.96% -
XYZ 57.86 54.63 22.82 -
YUV 193.74 81.87 165.27 -
System Red Green Blue C M Y K H S L
Decimal 246 183 112 0 0.26 0.54 0.04 31.79 0.88 0.7
Hex F6 B7 70 0 1A 36 4 20 58 46
Octal 366 267 160 0 32 66 4 40 130 106
Binary 11110110 10110111 1110000 0 11010 110110 100 100000 1011000 1000110

Color Harmonies of #F6B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B770

Black with #F6B770

Text Example


Text Example

White with #F6B770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B770; }

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

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

background-color css

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

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

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

border-color css

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

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

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