#F6C786

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

Shades of Cherokee #F6C786

Tints of Cherokee #F6C786

Color information

#F6C786 (or 0xF6C786) is unknown color: approx Cherokee. HEX triplet: F6, C7 and 86. RGB value is (246,199,134). Sum of RGB (Red+Green+Blue) = 246+199+134=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C786 is #093879. Grayscale: #CDCDCD. Windows color (decimal): -604282 or 8833014. OLE color: 8833014.

HSL color Cylindrical-coordinate representation of color #F6C786: hue angle of 34.82º 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 #F6C786 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB246199134-
CMYK00.190.460.04
HSL34.82º86.15%74.51%-
HSV(B)34.82º45.53%96.47%-
XYZ62.7362.1631.25-
YUV205.6487.57156.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.49%
GREEN value IS 199 (78.12% from 255) = 34.37%
BLUE value IS 134 (52.73% from 255) = 23.14%
R=42.49%
G=34.37%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619913400.190.460.0434.8286.1574.51
HexF6C7860132E423564b
Octal36630720602356443126113
Binary11110110110001111000011001001110111010010001110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C786; }

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

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

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

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

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

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

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

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