#F6B768

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

Shades of Harvest Gold #F6B768

Tints of Harvest Gold #F6B768

Color information

#F6B768 (or 0xF6B768) is unknown color: approx Harvest Gold. HEX triplet: F6, B7 and 68. RGB value is (246,183,104). Sum of RGB (Red+Green+Blue) = 246+183+104=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B768 is #094897. Grayscale: #C1C1C1. Windows color (decimal): -608408 or 6862838. OLE color: 6862838.

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

Color convert

RGB246183104-
CMYK00.260.580.04
HSL33.38º88.75%68.63%-
HSV(B)33.38º57.72%96.47%-
XYZ57.4454.4620.58-
YUV192.8377.87165.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.15%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 104 (41.02% from 255) = 19.51%
R=46.15%
G=34.33%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618310400.260.580.0433.3888.7568.63
HexF6B76801A3A4215945
Octal36626715003272441131105
Binary1111011010110111110100001101011101010010000110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B768; }

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

 H1.HeaderClassName
 {
   color: #F6B768;
 }
 .AnyTagClassName
 {
   color: #F6B768;
 }
</style>
background-color css

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

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

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

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

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

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