#F6C3AD

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

Shades of Zinnwaldite #F6C3AD

Tints of Zinnwaldite #F6C3AD

Color information

#F6C3AD (or 0xF6C3AD) is unknown color: approx Zinnwaldite. HEX triplet: F6, C3 and AD. RGB value is (246,195,173). Sum of RGB (Red+Green+Blue) = 246+195+173=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C3AD is #093C52. Grayscale: #CFCFCF. Windows color (decimal): -605267 or 11387894. OLE color: 11387894.

HSL color Cylindrical-coordinate representation of color #F6C3AD: hue angle of 18.08º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6C3AD is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB246195173-
CMYK00.210.300.04
HSL18.08º80.22%82.16%-
HSV(B)18.08º29.67%96.47%-
XYZ65.0661.6448-
YUV207.74108.4155.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.07%
GREEN value IS 195 (76.56% from 255) = 31.76%
BLUE value IS 173 (67.97% from 255) = 28.18%
R=40.07%
G=31.76%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619517300.210.300.0418.0880.2282.16
HexF6C3AD0151E4125052
Octal36630325502536422120122
Binary111101101100001110101101010101111101001001010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C3AD; }

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

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

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

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

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

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

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

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