Html Css Color HEX #D6696D Froly

📋 copy color: '#D6696D'

red 214 ◦ green 105 ◦ blue 109

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

Shades of Froly #D6696D

Tints of Froly #D6696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.47%

R = 50%
G = 24.53%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6696D (or 0xD6696D) is known color: Froly. HEX triplet: D6, 69 and 6D. RGB value is (214,105,109). Sum of RGB (Red+Green+Blue) = 214+105+109=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6696D is #299692. Grayscale: #8A8A8A. Windows color (decimal): -2725523 or 7170518. OLE color: 7170518.

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

Color convert

RGB 214 105 109 -
CMYK 0 0.51 0.49 0.16
HSL 357.8º 0.57% 0.63% -
HSV(B) 357.8º 0.51% 0.84% -
XYZ 35.54 25.5 17.52 -
YUV 138.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 214 105 109 0 0.51 0.49 0.16 357.8 0.57 0.63
Hex D6 69 6D 0 33 31 10 166 39 3F
Octal 326 151 155 0 63 61 20 546 71 77
Binary 11010110 1101001 1101101 0 110011 110001 10000 101100110 111001 111111

Color Harmonies of #D6696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6696D

Black with #D6696D

Text Example


Text Example

White with #D6696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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