#D6655F

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

Shades of Roman #D6655F

Tints of Roman #D6655F

Color information

#D6655F (or 0xD6655F) is unknown color: approx Roman. HEX triplet: D6, 65 and 5F. RGB value is (214,101,95). Sum of RGB (Red+Green+Blue) = 214+101+95=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6655F is #299AA0. Grayscale: #868686. Windows color (decimal): -2726561 or 6251990. OLE color: 6251990.

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

Color convert

RGB21410195-
CMYK00.530.560.16
HSL3.03º59.2%60.59%-
HSV(B)3.03º55.61%83.92%-
XYZ34.4524.4313.73-
YUV134.1105.94184.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.20%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 95 (37.5% from 255) = 23.17%
R=52.20%
G=24.63%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141019500.530.560.163.0359.260.59
HexD6655F035381033b3d
Octal326145137065702037375
Binary110101101100101101111101101011110001000011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6655F; }

 p { color: rgb(214,101,95); }

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

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

 a { background-color: rgb(214,101,95); }

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

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

 span { border-color: rgb(214,101,95); }

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