Html Css Color HEX #D1686A Froly

📋 copy color: '#D1686A'

red 209 ◦ green 104 ◦ blue 106

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

Shades of Froly #D1686A

Tints of Froly #D1686A

RGB

 RED value IS 209 (82.03% from 255) = 49.88%

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

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

R = 49.88%
G = 24.82%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1686A (or 0xD1686A) is known color: Froly. HEX triplet: D1, 68 and 6A. RGB value is (209,104,106). Sum of RGB (Red+Green+Blue) = 209+104+106=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1686A is #2E9795. Grayscale: #878787. Windows color (decimal): -3053462 or 6973649. OLE color: 6973649.

HSL color Cylindrical-coordinate representation of color #D1686A: hue angle of 358.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1686A is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 104 106 -
CMYK 0 0.50 0.49 0.18
HSL 358.86º 0.53% 0.61% -
HSV(B) 358.86º 0.5% 0.82% -
XYZ 33.85 24.5 16.58 -
YUV 135.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 209 104 106 0 0.50 0.49 0.18 358.86 0.53 0.61
Hex D1 68 6A 0 32 31 12 167 35 3D
Octal 321 150 152 0 62 61 22 547 65 75
Binary 11010001 1101000 1101010 0 110010 110001 10010 101100111 110101 111101

Color Harmonies of #D1686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1686A

Black with #D1686A

Text Example


Text Example

White with #D1686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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