#F6CF86

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

Shades of Cherokee #F6CF86

Tints of Cherokee #F6CF86

Color information

#F6CF86 (or 0xF6CF86) is unknown color: approx Cherokee. HEX triplet: F6, CF and 86. RGB value is (246,207,134). Sum of RGB (Red+Green+Blue) = 246+207+134=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CF86 is #093079. Grayscale: #D2D2D2. Windows color (decimal): -602234 or 8835062. OLE color: 8835062.

HSL color Cylindrical-coordinate representation of color #F6CF86: hue angle of 39.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6CF86 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB246207134-
CMYK00.160.460.04
HSL39.11º86.15%74.51%-
HSV(B)39.11º45.53%96.47%-
XYZ64.6265.9431.88-
YUV210.3484.92153.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.91%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 134 (52.73% from 255) = 22.83%
R=41.91%
G=35.26%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620713400.160.460.0439.1186.1574.51
HexF6CF860102E427564b
Octal36631720602056447126113
Binary11110110110011111000011001000010111010010011110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CF86; }

 p { color: rgb(246,207,134); }

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

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

 a { background-color: rgb(246,207,134); }

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

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

 span { border-color: rgb(246,207,134); }

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