#D6696E

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

Shades of Froly #D6696E

Tints of Froly #D6696E

Color information

#D6696E (or 0xD6696E) is unknown color: approx Froly. HEX triplet: D6, 69 and 6E. RGB value is (214,105,110). Sum of RGB (Red+Green+Blue) = 214+105+110=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6696E is #299691. Grayscale: #8A8A8A. Windows color (decimal): -2725522 or 7236054. OLE color: 7236054.

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

Color convert

RGB214105110-
CMYK00.510.490.16
HSL357.25º57.07%62.55%-
HSV(B)357.25º50.93%83.92%-
XYZ35.625.5317.8-
YUV138.16112.11182.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.88%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=49.88%
G=24.48%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410511000.510.490.16357.2557.0762.55
HexD6696E0333110165393f
Octal32615115606361205457177
Binary1101011011010011101110011001111000110000101100101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6696E; }

 p { color: rgb(214,105,110); }

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

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

 a { background-color: rgb(214,105,110); }

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

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

 span { border-color: rgb(214,105,110); }

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