#D96D65

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

Shades of Roman #D96D65

Tints of Roman #D96D65

Color information

#D96D65 (or 0xD96D65) is unknown color: approx Roman. HEX triplet: D9, 6D and 65. RGB value is (217,109,101). Sum of RGB (Red+Green+Blue) = 217+109+101=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D65 is #26929A. Grayscale: #8C8C8C. Windows color (decimal): -2527899 or 6647257. OLE color: 6647257.

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

Color convert

RGB217109101-
CMYK00.500.530.15
HSL4.14º60.42%62.35%-
HSV(B)4.14º53.46%85.1%-
XYZ36.4326.6315.53-
YUV140.38105.78182.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.82%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 101 (39.84% from 255) = 23.65%
R=50.82%
G=25.53%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710910100.500.530.154.1460.4262.35
HexD96D6503235F43c3e
Octal331155145062651747476
Binary110110011101101110010101100101101011111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96D65; }

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

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

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

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

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

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

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

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