Html Css Color HEX #D6686A Froly

📋 copy color: '#D6686A'

red 214 ◦ green 104 ◦ blue 106

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

Shades of Froly #D6686A

Tints of Froly #D6686A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.53%

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

R = 50.47%
G = 24.53%
B = 25%

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

#D6686A (or 0xD6686A) is known color: Froly. HEX triplet: D6, 68 and 6A. RGB value is (214,104,106). Sum of RGB (Red+Green+Blue) = 214+104+106=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6686A is #299795. Grayscale: #898989. Windows color (decimal): -2725782 or 6973654. OLE color: 6973654.

HSL color Cylindrical-coordinate representation of color #D6686A: hue angle of 358.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6686A is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 104 106 -
CMYK 0 0.51 0.50 0.16
HSL 358.91º 0.57% 0.62% -
HSV(B) 358.91º 0.51% 0.84% -
XYZ 35.28 25.24 16.65 -
YUV 137.12 110.44 182.84 -
System Red Green Blue C M Y K H S L
Decimal 214 104 106 0 0.51 0.50 0.16 358.91 0.57 0.62
Hex D6 68 6A 0 33 32 10 167 39 3E
Octal 326 150 152 0 63 62 20 547 71 76
Binary 11010110 1101000 1101010 0 110011 110010 10000 101100111 111001 111110

Color Harmonies of #D6686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6686A

Black with #D6686A

Text Example


Text Example

White with #D6686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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