#D5695B

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

Shades of Roman #D5695B

Tints of Roman #D5695B

Color information

#D5695B (or 0xD5695B) is unknown color: approx Roman. HEX triplet: D5, 69 and 5B. RGB value is (213,105,91). Sum of RGB (Red+Green+Blue) = 213+105+91=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5695B is #2A96A4. Grayscale: #878787. Windows color (decimal): -2791077 or 5990869. OLE color: 5990869.

HSL color Cylindrical-coordinate representation of color #D5695B: hue angle of 6.89º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5695B is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21310591-
CMYK00.510.570.16
HSL6.89º59.22%59.61%-
HSV(B)6.89º57.28%83.53%-
XYZ34.382512.91-
YUV135.7102.78183.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.08%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 91 (35.94% from 255) = 22.25%
R=52.08%
G=25.67%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131059100.510.570.166.8959.2259.61
HexD5695B033391073b3c
Octal325151133063712077374
Binary1101010111010011011011011001111100110000111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5695B; }

 p { color: rgb(213,105,91); }

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

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

 a { background-color: rgb(213,105,91); }

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

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

 span { border-color: rgb(213,105,91); }

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