#D6685C

Color #D6685C Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D6685C

Tints of Roman #D6685C

Color information

#D6685C (or 0xD6685C) is unknown color: approx Roman. HEX triplet: D6, 68 and 5C. RGB value is (214,104,92). Sum of RGB (Red+Green+Blue) = 214+104+92=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6685C is #2997A3. Grayscale: #878787. Windows color (decimal): -2725796 or 6056150. OLE color: 6056150.

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

Color convert

RGB21410492-
CMYK00.510.570.16
HSL5.9º59.8%60%-
HSV(B)5.9º57.01%83.92%-
XYZ34.6124.9713.12-
YUV135.52103.44183.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.20%
GREEN value IS 104 (41.02% from 255) = 25.37%
BLUE value IS 92 (36.33% from 255) = 22.44%
R=52.20%
G=25.37%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141049200.510.570.165.959.860
HexD6685C033391063c3c
Octal326150134063712067474
Binary1101011011010001011100011001111100110000110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6685C; }

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

 H1.HeaderClassName
 {
   color: #D6685C;
 }
 .AnyTagClassName
 {
   color: #D6685C;
 }
</style>
background-color css

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

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

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

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

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

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