#D1695E

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

Shades of Roman #D1695E

Tints of Roman #D1695E

Color information

#D1695E (or 0xD1695E) is unknown color: approx Roman. HEX triplet: D1, 69 and 5E. RGB value is (209,105,94). Sum of RGB (Red+Green+Blue) = 209+105+94=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1695E is #2E96A1. Grayscale: #868686. Windows color (decimal): -3053218 or 6187473. OLE color: 6187473.

HSL color Cylindrical-coordinate representation of color #D1695E: hue angle of 5.74º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1695E is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB20910594-
CMYK00.500.550.18
HSL5.74º55.56%59.41%-
HSV(B)5.74º55.02%81.96%-
XYZ33.3724.4713.55-
YUV134.84104.96180.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.23%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 94 (37.11% from 255) = 23.04%
R=51.23%
G=25.74%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091059400.500.550.185.7455.5659.41
HexD1695E03237126383b
Octal321151136062672267073
Binary1101000111010011011110011001011011110010110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1695E; }

 p { color: rgb(209,105,94); }

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

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

 a { background-color: rgb(209,105,94); }

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

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

 span { border-color: rgb(209,105,94); }

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