#F6CD8D

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

Shades of Cherokee #F6CD8D

Tints of Cherokee #F6CD8D

Color information

#F6CD8D (or 0xF6CD8D) is unknown color: approx Cherokee. HEX triplet: F6, CD and 8D. RGB value is (246,205,141). Sum of RGB (Red+Green+Blue) = 246+205+141=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CD8D is #093272. Grayscale: #D2D2D2. Windows color (decimal): -602739 or 9293302. OLE color: 9293302.

HSL color Cylindrical-coordinate representation of color #F6CD8D: hue angle of 36.57º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6CD8D is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB246205141-
CMYK00.170.430.04
HSL36.57º85.37%75.88%-
HSV(B)36.57º42.68%96.47%-
XYZ64.6565.1834.37-
YUV209.9689.08153.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.55%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 141 (55.47% from 255) = 23.82%
R=41.55%
G=34.63%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620514100.170.430.0436.5785.3775.88
HexF6CD8D0112B425554c
Octal36631521502153445125114
Binary11110110110011011000110101000110101110010010110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CD8D; }

 p { color: rgb(246,205,141); }

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

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

 a { background-color: rgb(246,205,141); }

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

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

 span { border-color: rgb(246,205,141); }

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