Html Css Color HEX #D6696F Froly

📋 copy color: '#D6696F'

red 214 ◦ green 105 ◦ blue 111

#D6696F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #D6696F

Tints of Froly #D6696F

RGB

 RED value IS 214 (83.98% from 255) = 49.77%

 GREEN value IS 105 (41.41% from 255) = 24.42%

 BLUE value IS 111 (43.75% from 255) = 25.81%

R = 49.77%
G = 24.42%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6696F (or 0xD6696F) is known color: Froly. HEX triplet: D6, 69 and 6F. RGB value is (214,105,111). Sum of RGB (Red+Green+Blue) = 214+105+111=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6696F is #299690. Grayscale: #8A8A8A. Windows color (decimal): -2725521 or 7301590. OLE color: 7301590.

HSL color Cylindrical-coordinate representation of color #D6696F: hue angle of 356.7º 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 #D6696F is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 105 111 -
CMYK 0 0.51 0.48 0.16
HSL 356.7º 0.57% 0.63% -
HSV(B) 356.7º 0.51% 0.84% -
XYZ 35.65 25.55 18.09 -
YUV 138.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 214 105 111 0 0.51 0.48 0.16 356.7 0.57 0.63
Hex D6 69 6F 0 33 30 10 165 39 3F
Octal 326 151 157 0 63 60 20 545 71 77
Binary 11010110 1101001 1101111 0 110011 110000 10000 101100101 111001 111111

Color Harmonies of #D6696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6696F

Black with #D6696F

Text Example


Text Example

White with #D6696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6696F; }

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

 H1.HeaderClassName
 {
   color: #D6696F;
 }
 .AnyTagClassName
 {
   color: #D6696F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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