#D96461

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

Shades of Roman #D96461

Tints of Roman #D96461

Color information

#D96461 (or 0xD96461) is unknown color: approx Roman. HEX triplet: D9, 64 and 61. RGB value is (217,100,97). Sum of RGB (Red+Green+Blue) = 217+100+97=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D96461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96461 is #269B9E. Grayscale: #868686. Windows color (decimal): -2530207 or 6382809. OLE color: 6382809.

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

Color convert

RGB21710097-
CMYK00.540.550.15
HSL1.5º61.22%61.57%-
HSV(B)1.5º55.3%85.1%-
XYZ35.3324.7314.22-
YUV134.64106.76186.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.42%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=52.42%
G=24.15%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171009700.540.550.151.561.2261.57
HexD9646103637F23d3e
Octal331144141066671727576
Binary11011001110010011000010110110110111111110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96461; }

 p { color: rgb(217,100,97); }

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

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

 a { background-color: rgb(217,100,97); }

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

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

 span { border-color: rgb(217,100,97); }

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