Html Css Color HEX #D6696C Froly

📋 copy color: '#D6696C'

red 214 ◦ green 105 ◦ blue 108

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

Shades of Froly #D6696C

Tints of Froly #D6696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 50.12%
G = 24.59%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6696C (or 0xD6696C) is known color: Froly. HEX triplet: D6, 69 and 6C. RGB value is (214,105,108). Sum of RGB (Red+Green+Blue) = 214+105+108=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6696C is #299693. Grayscale: #8A8A8A. Windows color (decimal): -2725524 or 7104982. OLE color: 7104982.

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

Color convert

RGB 214 105 108 -
CMYK 0 0.51 0.50 0.16
HSL 358.35º 0.57% 0.63% -
HSV(B) 358.35º 0.51% 0.84% -
XYZ 35.49 25.48 17.24 -
YUV 137.93 111.11 182.26 -
System Red Green Blue C M Y K H S L
Decimal 214 105 108 0 0.51 0.50 0.16 358.35 0.57 0.63
Hex D6 69 6C 0 33 32 10 166 39 3F
Octal 326 151 154 0 63 62 20 546 71 77
Binary 11010110 1101001 1101100 0 110011 110010 10000 101100110 111001 111111

Color Harmonies of #D6696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6696C

Black with #D6696C

Text Example


Text Example

White with #D6696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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