#F6C384

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

Shades of Cherokee #F6C384

Tints of Cherokee #F6C384

Color information

#F6C384 (or 0xF6C384) is unknown color: approx Cherokee. HEX triplet: F6, C3 and 84. RGB value is (246,195,132). Sum of RGB (Red+Green+Blue) = 246+195+132=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C384 is #093C7B. Grayscale: #CBCBCB. Windows color (decimal): -605308 or 8700918. OLE color: 8700918.

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

Color convert

RGB246195132-
CMYK00.210.460.04
HSL33.16º86.36%74.12%-
HSV(B)33.16º46.34%96.47%-
XYZ61.6960.2930.22-
YUV203.0787.9158.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.93%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 132 (51.95% from 255) = 23.04%
R=42.93%
G=34.03%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619513200.210.460.0433.1686.3674.12
HexF6C3840152E421564a
Octal36630320402556441126112
Binary11110110110000111000010001010110111010010000110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C384; }

 p { color: rgb(246,195,132); }

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

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

 a { background-color: rgb(246,195,132); }

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

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

 span { border-color: rgb(246,195,132); }

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