#D6655D

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

Shades of Roman #D6655D

Tints of Roman #D6655D

Color information

#D6655D (or 0xD6655D) is unknown color: approx Roman. HEX triplet: D6, 65 and 5D. RGB value is (214,101,93). Sum of RGB (Red+Green+Blue) = 214+101+93=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6655D is #299AA2. Grayscale: #868686. Windows color (decimal): -2726563 or 6120918. OLE color: 6120918.

HSL color Cylindrical-coordinate representation of color #D6655D: hue angle of 3.97º degrees, saturation: 0.6, 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 #D6655D is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21410193-
CMYK00.530.570.16
HSL3.97º59.61%60.2%-
HSV(B)3.97º56.54%83.92%-
XYZ34.3624.3913.25-
YUV133.88104.94185.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.45%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 93 (36.72% from 255) = 22.79%
R=52.45%
G=24.75%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141019300.530.570.163.9759.6160.2
HexD6655D035391043c3c
Octal326145135065712047474
Binary1101011011001011011101011010111100110000100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6655D; }

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

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

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

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

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

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

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

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