#D86656

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

Shades of Roman #D86656

Tints of Roman #D86656

Color information

#D86656 (or 0xD86656) is unknown color: approx Roman. HEX triplet: D8, 66 and 56. RGB value is (216,102,86). Sum of RGB (Red+Green+Blue) = 216+102+86=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D86656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86656 is #2799A9. Grayscale: #868686. Windows color (decimal): -2595242 or 5662424. OLE color: 5662424.

HSL color Cylindrical-coordinate representation of color #D86656: hue angle of 7.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D86656 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB21610286-
CMYK00.530.600.15
HSL7.38º62.5%59.22%-
HSV(B)7.38º60.19%84.71%-
XYZ34.7524.7711.75-
YUV134.26100.77186.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.47%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=53.47%
G=25.25%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161028600.530.600.157.3862.559.22
HexD866560353CF73e3b
Octal330146126065741777673
Binary110110001100110101011001101011111001111111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86656; }

 p { color: rgb(216,102,86); }

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

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

 a { background-color: rgb(216,102,86); }

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

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

 span { border-color: rgb(216,102,86); }

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