#66242D

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

Shades of Monarch #66242D

Tints of Monarch #66242D

Color information

#66242D (or 0x66242D) is unknown color: approx Monarch. HEX triplet: 66, 24 and 2D. RGB value is (102,36,45). Sum of RGB (Red+Green+Blue) = 102+36+45=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66242D is #99DBD2. Grayscale: #383838. Windows color (decimal): -10083283 or 2958438. OLE color: 2958438.

HSL color Cylindrical-coordinate representation of color #66242D: hue angle of 351.82º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66242D is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB1023645-
CMYK00.650.560.6
HSL351.82º47.83%27.06%-
HSV(B)351.82º64.71%40%-
XYZ6.584.282.96-
YUV56.76121.37160.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=55.74%
G=19.67%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102364500.650.560.6351.8247.8327.06
Hex66242D041383C160301b
Octal1464455010170745406033
Binary11001101001001011010100000111100011110010110000011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66242D; }

 p { color: rgb(102,36,45); }

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

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

 a { background-color: rgb(102,36,45); }

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

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

 span { border-color: rgb(102,36,45); }

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