#D96D61

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

Shades of Roman #D96D61

Tints of Roman #D96D61

Color information

#D96D61 (or 0xD96D61) is unknown color: approx Roman. HEX triplet: D9, 6D and 61. RGB value is (217,109,97). Sum of RGB (Red+Green+Blue) = 217+109+97=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D61 is #26929E. Grayscale: #8C8C8C. Windows color (decimal): -2527903 or 6385113. OLE color: 6385113.

HSL color Cylindrical-coordinate representation of color #D96D61: hue angle of 6º 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 #D96D61 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21710997-
CMYK00.500.550.15
HSL61.22%61.57%-
HSV(B)55.3%85.1%-
XYZ36.2426.5514.52-
YUV139.92103.78182.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.30%
GREEN value IS 109 (42.97% from 255) = 25.77%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=51.30%
G=25.77%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171099700.500.550.15661.2261.57
HexD96D6103237F63d3e
Octal331155141062671767576
Binary110110011101101110000101100101101111111110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96D61; }

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

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

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

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

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

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

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

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