#D66761

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

Shades of Roman #D66761

Tints of Roman #D66761

Color information

#D66761 (or 0xD66761) is unknown color: approx Roman. HEX triplet: D6, 67 and 61. RGB value is (214,103,97). Sum of RGB (Red+Green+Blue) = 214+103+97=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D66761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66761 is #29989E. Grayscale: #878787. Windows color (decimal): -2726047 or 6383574. OLE color: 6383574.

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

Color convert

RGB21410397-
CMYK00.520.550.16
HSL3.08º58.79%60.98%-
HSV(B)3.08º54.67%83.92%-
XYZ34.7424.8614.28-
YUV135.5106.27183.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.69%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=51.69%
G=24.88%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141039700.520.550.163.0858.7960.98
HexD66761034371033b3d
Octal326147141064672037375
Binary110101101100111110000101101001101111000011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66761; }

 p { color: rgb(214,103,97); }

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

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

 a { background-color: rgb(214,103,97); }

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

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

 span { border-color: rgb(214,103,97); }

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