#D96C60

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

Shades of Roman #D96C60

Tints of Roman #D96C60

Color information

#D96C60 (or 0xD96C60) is unknown color: approx Roman. HEX triplet: D9, 6C and 60. RGB value is (217,108,96). Sum of RGB (Red+Green+Blue) = 217+108+96=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C60 is #26939F. Grayscale: #8B8B8B. Windows color (decimal): -2528160 or 6319321. OLE color: 6319321.

HSL color Cylindrical-coordinate representation of color #D96C60: hue angle of 5.95º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96C60 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21710896-
CMYK00.500.560.15
HSL5.95º61.42%61.37%-
HSV(B)5.95º55.76%85.1%-
XYZ36.0926.3214.24-
YUV139.22103.61183.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.54%
GREEN value IS 108 (42.58% from 255) = 25.65%
BLUE value IS 96 (37.89% from 255) = 22.80%
R=51.54%
G=25.65%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171089600.500.560.155.9561.4261.37
HexD96C6003238F63d3d
Octal331154140062701767575
Binary110110011101100110000001100101110001111110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96C60; }

 p { color: rgb(217,108,96); }

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

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

 a { background-color: rgb(217,108,96); }

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

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

 span { border-color: rgb(217,108,96); }

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