#D96B65

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

Shades of Roman #D96B65

Tints of Roman #D96B65

Color information

#D96B65 (or 0xD96B65) is unknown color: approx Roman. HEX triplet: D9, 6B and 65. RGB value is (217,107,101). Sum of RGB (Red+Green+Blue) = 217+107+101=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B65 is #26949A. Grayscale: #8B8B8B. Windows color (decimal): -2528411 or 6646745. OLE color: 6646745.

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

Color convert

RGB217107101-
CMYK00.510.530.15
HSL3.1º60.42%62.35%-
HSV(B)3.1º53.46%85.1%-
XYZ36.2226.2115.46-
YUV139.21106.44183.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.06%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=51.06%
G=25.18%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710710100.510.530.153.160.4262.35
HexD96B6503335F33c3e
Octal331153145063651737476
Binary11011001110101111001010110011110101111111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96B65; }

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

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

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

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

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

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

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

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