#f4c686

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

Shades of Cherokee #F4C686

Tints of Cherokee #F4C686

Color information

#F4C686 (or 0xF4C686) is unknown color: approx Cherokee. HEX triplet: F4, C6 and 86. RGB value is (244,198,134). Sum of RGB (Red+Green+Blue) = 244+198+134=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 134 (52.73% from 255 or 23.26% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C686 is #0B3979. Grayscale: #CCCCCC. Windows color (decimal): -735610 or 8832756. OLE color: 8832756.

HSL color Cylindrical-coordinate representation of color #F4C686: hue angle of 34.91º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4C686 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB244198134-
CMYK00.190.450.04
HSL34.91º83.33%74.12%-
HSV(B)34.91º45.08%95.69%-
XYZ61.8161.3431.14-
YUV204.4688.24156.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.36%
GREEN value IS 198 (77.73% from 255) = 34.38%
BLUE value IS 134 (52.73% from 255) = 23.26%
R=42.36%
G=34.38%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419813400.190.450.0434.9183.3374.12
HexF4C6860132D423534a
Octal36430620602355443123112
Binary11110100110001101000011001001110110110010001110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4c686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4c686; }

 p { color: rgb(244,198,134); }

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

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

 a { background-color: rgb(244,198,134); }

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

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

 span { border-color: rgb(244,198,134); }

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