#D06A60

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

Shades of Roman #D06A60

Tints of Roman #D06A60

Color information

#D06A60 (or 0xD06A60) is unknown color: approx Roman. HEX triplet: D0, 6A and 60. RGB value is (208,106,96). Sum of RGB (Red+Green+Blue) = 208+106+96=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06A60 is #2F959F. Grayscale: #878787. Windows color (decimal): -3118496 or 6318800. OLE color: 6318800.

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

Color convert

RGB20810696-
CMYK00.490.540.18
HSL5.36º54.37%59.61%-
HSV(B)5.36º53.85%81.57%-
XYZ33.2824.5614.05-
YUV135.36105.79179.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.73%
GREEN value IS 106 (41.80% from 255) = 25.85%
BLUE value IS 96 (37.89% from 255) = 23.41%
R=50.73%
G=25.85%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081069600.490.540.185.3654.3759.61
HexD06A6003136125363c
Octal320152140061662256674
Binary1101000011010101100000011000111011010010101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06A60; }

 p { color: rgb(208,106,96); }

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

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

 a { background-color: rgb(208,106,96); }

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

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

 span { border-color: rgb(208,106,96); }

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