Html Css Color HEX #D6696B Froly

📋 copy color: '#D6696B'

red 214 ◦ green 105 ◦ blue 107

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

Shades of Froly #D6696B

Tints of Froly #D6696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.12%

R = 50.23%
G = 24.65%
B = 25.12%

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

#D6696B (or 0xD6696B) is known color: Froly. HEX triplet: D6, 69 and 6B. RGB value is (214,105,107). Sum of RGB (Red+Green+Blue) = 214+105+107=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6696B is #299694. Grayscale: #898989. Windows color (decimal): -2725525 or 7039446. OLE color: 7039446.

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

Color convert

RGB 214 105 107 -
CMYK 0 0.51 0.50 0.16
HSL 358.9º 0.57% 0.63% -
HSV(B) 358.9º 0.51% 0.84% -
XYZ 35.44 25.46 16.96 -
YUV 137.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 214 105 107 0 0.51 0.50 0.16 358.9 0.57 0.63
Hex D6 69 6B 0 33 32 10 167 39 3F
Octal 326 151 153 0 63 62 20 547 71 77
Binary 11010110 1101001 1101011 0 110011 110010 10000 101100111 111001 111111

Color Harmonies of #D6696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6696B

Black with #D6696B

Text Example


Text Example

White with #D6696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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