Html Css Color HEX #D6696E Froly

📋 copy color: '#D6696E'

red 214 ◦ green 105 ◦ blue 110

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

Shades of Froly #D6696E

Tints of Froly #D6696E

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 value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6696E (or 0xD6696E) is known color: 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

RGB 214 105 110 -
CMYK 0 0.51 0.49 0.16
HSL 357.25º 0.57% 0.63% -
HSV(B) 357.25º 0.51% 0.84% -
XYZ 35.6 25.53 17.8 -
YUV 138.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 214 105 110 0 0.51 0.49 0.16 357.25 0.57 0.63
Hex D6 69 6E 0 33 31 10 165 39 3F
Octal 326 151 156 0 63 61 20 545 71 77
Binary 11010110 1101001 1101110 0 110011 110001 10000 101100101 111001 111111

Color Harmonies of #D6696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6696E

Black with #D6696E

Text Example


Text Example

White with #D6696E

Text Example


Text Example

HTML Codes & Css Web 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>