Html Css Color HEX #D6685F Roman

📋 copy color: '#D6685F'

red 214 ◦ green 104 ◦ blue 95

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

Shades of Roman #D6685F

Tints of Roman #D6685F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23%

R = 51.82%
G = 25.18%
B = 23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6685F (or 0xD6685F) is known color: Roman. HEX triplet: D6, 68 and 5F. RGB value is (214,104,95). Sum of RGB (Red+Green+Blue) = 214+104+95=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6685F is #2997A0. Grayscale: #888888. Windows color (decimal): -2725793 or 6252758. OLE color: 6252758.

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

Color convert

RGB 214 104 95 -
CMYK 0 0.51 0.56 0.16
HSL 4.54º 0.59% 0.61% -
HSV(B) 4.54º 0.56% 0.84% -
XYZ 34.75 25.02 13.83 -
YUV 135.86 104.94 183.73 -
System Red Green Blue C M Y K H S L
Decimal 214 104 95 0 0.51 0.56 0.16 4.54 0.59 0.61
Hex D6 68 5F 0 33 38 10 5 3B 3D
Octal 326 150 137 0 63 70 20 5 73 75
Binary 11010110 1101000 1011111 0 110011 111000 10000 101 111011 111101

Color Harmonies of #D6685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6685F

Black with #D6685F

Text Example


Text Example

White with #D6685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6685F; }

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

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

background-color css

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

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

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

border-color css

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

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

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