#F6B770

Color #F6B770 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #F6B770

Tints of Harvest Gold #F6B770

Color information

#F6B770 (or 0xF6B770) is unknown color: approx 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

RGB246183112-
CMYK00.260.540.04
HSL31.79º88.16%70.2%-
HSV(B)31.79º54.47%96.47%-
XYZ57.8654.6322.82-
YUV193.7481.87165.27-

RGB Variations

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

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.70%
R=45.47%
G=33.83%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618311200.260.540.0431.7988.1670.2
HexF6B77001A364205846
Octal36626716003266440130106
Binary1111011010110111111000001101011011010010000010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>