#D6687A

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

Shades of Froly #D6687A

Tints of Froly #D6687A

Color information

#D6687A (or 0xD6687A) is unknown color: approx Froly. HEX triplet: D6, 68 and 7A. RGB value is (214,104,122). Sum of RGB (Red+Green+Blue) = 214+104+122=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6687A is #299785. Grayscale: #8A8A8A. Windows color (decimal): -2725766 or 8022230. OLE color: 8022230.

HSL color Cylindrical-coordinate representation of color #D6687A: hue angle of 350.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6687A is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214104122-
CMYK00.510.430.16
HSL350.18º57.29%62.35%-
HSV(B)350.18º51.4%83.92%-
XYZ36.1925.621.45-
YUV138.94118.44181.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=48.64%
G=23.64%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410412200.510.430.16350.1857.2962.35
HexD6687A0332B1015e393e
Octal32615017206353205367176
Binary1101011011010001111010011001110101110000101011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6687A; }

 p { color: rgb(214,104,122); }

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

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

 a { background-color: rgb(214,104,122); }

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

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

 span { border-color: rgb(214,104,122); }

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