Html Css Color HEX #D6696A Froly

📋 copy color: '#D6696A'

red 214 ◦ green 105 ◦ blue 106

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

Shades of Froly #D6696A

Tints of Froly #D6696A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.94%

R = 50.35%
G = 24.71%
B = 24.94%

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

#D6696A (or 0xD6696A) is known color: Froly. HEX triplet: D6, 69 and 6A. RGB value is (214,105,106). Sum of RGB (Red+Green+Blue) = 214+105+106=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6696A is #299695. Grayscale: #898989. Windows color (decimal): -2725526 or 6973910. OLE color: 6973910.

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

Color convert

RGB 214 105 106 -
CMYK 0 0.51 0.50 0.16
HSL 359.45º 0.57% 0.63% -
HSV(B) 359.45º 0.51% 0.84% -
XYZ 35.38 25.44 16.68 -
YUV 137.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 214 105 106 0 0.51 0.50 0.16 359.45 0.57 0.63
Hex D6 69 6A 0 33 32 10 167 39 3F
Octal 326 151 152 0 63 62 20 547 71 77
Binary 11010110 1101001 1101010 0 110011 110010 10000 101100111 111001 111111

Color Harmonies of #D6696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6696A

Black with #D6696A

Text Example


Text Example

White with #D6696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6696A; }

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

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

background-color css

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

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

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

border-color css

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

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

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