#F6D396

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

Shades of Caramel #F6D396

Tints of Caramel #F6D396

Color information

#F6D396 (or 0xF6D396) is unknown color: approx Caramel. HEX triplet: F6, D3 and 96. RGB value is (246,211,150). Sum of RGB (Red+Green+Blue) = 246+211+150=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D396 is #092C69. Grayscale: #D6D6D6. Windows color (decimal): -601194 or 9884662. OLE color: 9884662.

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

Color convert

RGB246211150-
CMYK00.140.390.04
HSL38.12º84.21%77.65%-
HSV(B)38.12º39.02%96.47%-
XYZ66.8168.3838.53-
YUV214.5191.6150.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.53%
GREEN value IS 211 (82.81% from 255) = 34.76%
BLUE value IS 150 (58.98% from 255) = 24.71%
R=40.53%
G=34.76%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621115000.140.390.0438.1284.2177.65
HexF6D3960E27426544e
Octal36632322601647446124116
Binary1111011011010011100101100111010011110010011010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D396; }

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

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

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

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

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

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

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

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