#F6D195

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

Shades of Caramel #F6D195

Tints of Caramel #F6D195

Color information

#F6D195 (or 0xF6D195) is unknown color: approx Caramel. HEX triplet: F6, D1 and 95. RGB value is (246,209,149). Sum of RGB (Red+Green+Blue) = 246+209+149=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D195 is #092E6A. Grayscale: #D5D5D5. Windows color (decimal): -601707 or 9818614. OLE color: 9818614.

HSL color Cylindrical-coordinate representation of color #F6D195: hue angle of 37.11º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6D195 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246209149-
CMYK00.150.390.04
HSL37.11º84.35%77.45%-
HSV(B)37.11º39.43%96.47%-
XYZ66.2367.3637.95-
YUV213.2291.76151.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.73%
GREEN value IS 209 (82.03% from 255) = 34.60%
BLUE value IS 149 (58.59% from 255) = 24.67%
R=40.73%
G=34.60%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620914900.150.390.0437.1184.3577.45
HexF6D1950F27425544d
Octal36632122501747445124115
Binary1111011011010001100101010111110011110010010110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D195; }

 p { color: rgb(246,209,149); }

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

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

 a { background-color: rgb(246,209,149); }

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

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

 span { border-color: rgb(246,209,149); }

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