#D76D68

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

Shades of Roman #D76D68

Tints of Roman #D76D68

Color information

#D76D68 (or 0xD76D68) is unknown color: approx Roman. HEX triplet: D7, 6D and 68. RGB value is (215,109,104). Sum of RGB (Red+Green+Blue) = 215+109+104=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D68 is #289297. Grayscale: #8C8C8C. Windows color (decimal): -2658968 or 6843863. OLE color: 6843863.

HSL color Cylindrical-coordinate representation of color #D76D68: hue angle of 2.7º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76D68 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB215109104-
CMYK00.490.520.16
HSL2.7º58.12%62.55%-
HSV(B)2.7º51.63%84.31%-
XYZ35.9926.3816.29-
YUV140.12107.62181.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.23%
GREEN value IS 109 (42.97% from 255) = 25.47%
BLUE value IS 104 (41.02% from 255) = 24.30%
R=50.23%
G=25.47%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510910400.490.520.162.758.1262.55
HexD76D68031341033a3f
Octal327155150061642037277
Binary110101111101101110100001100011101001000011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76D68; }

 p { color: rgb(215,109,104); }

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

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

 a { background-color: rgb(215,109,104); }

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

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

 span { border-color: rgb(215,109,104); }

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