#D86B6A

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

Shades of Roman #D86B6A

Tints of Roman #D86B6A

Color information

#D86B6A (or 0xD86B6A) is unknown color: approx Roman. HEX triplet: D8, 6B and 6A. RGB value is (216,107,106). Sum of RGB (Red+Green+Blue) = 216+107+106=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B6A is #279495. Grayscale: #8B8B8B. Windows color (decimal): -2593942 or 6974424. OLE color: 6974424.

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

Color convert

RGB216107106-
CMYK00.500.510.15
HSL0.55º58.51%63.14%-
HSV(B)0.55º50.93%84.71%-
XYZ36.1826.1516.78-
YUV139.48109.11182.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.35%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 106 (41.80% from 255) = 24.71%
R=50.35%
G=24.94%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610710600.500.510.150.5558.5163.14
HexD86B6A03233F13b3f
Octal330153152062631717377
Binary1101100011010111101010011001011001111111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86B6A; }

 p { color: rgb(216,107,106); }

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

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

 a { background-color: rgb(216,107,106); }

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

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

 span { border-color: rgb(216,107,106); }

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