#F6D389

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

Shades of Cherokee #F6D389

Tints of Cherokee #F6D389

Color information

#F6D389 (or 0xF6D389) is unknown color: approx Cherokee. HEX triplet: F6, D3 and 89. RGB value is (246,211,137). Sum of RGB (Red+Green+Blue) = 246+211+137=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 137 (53.91% from 255 or 23.06% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D389 is #092C76. Grayscale: #D5D5D5. Windows color (decimal): -601207 or 9032694. OLE color: 9032694.

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

Color convert

RGB246211137-
CMYK00.140.440.04
HSL40.73º85.83%75.1%-
HSV(B)40.73º44.31%96.47%-
XYZ65.8267.9933.32-
YUV213.0385.1151.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.41%
GREEN value IS 211 (82.81% from 255) = 35.52%
BLUE value IS 137 (53.91% from 255) = 23.06%
R=41.41%
G=35.52%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621113700.140.440.0440.7385.8375.1
HexF6D3890E2C429564b
Octal36632321101654451126113
Binary1111011011010011100010010111010110010010100110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D389; }

 p { color: rgb(246,211,137); }

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

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

 a { background-color: rgb(246,211,137); }

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

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

 span { border-color: rgb(246,211,137); }

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