#66242C

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

Shades of Monarch #66242C

Tints of Monarch #66242C

Color information

#66242C (or 0x66242C) is unknown color: approx Monarch. HEX triplet: 66, 24 and 2C. RGB value is (102,36,44). Sum of RGB (Red+Green+Blue) = 102+36+44=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #66242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66242C is #99DBD3. Grayscale: #383838. Windows color (decimal): -10083284 or 2892902. OLE color: 2892902.

HSL color Cylindrical-coordinate representation of color #66242C: hue angle of 352.73º 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 #66242C is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1023644-
CMYK00.650.570.6
HSL352.73º47.83%27.06%-
HSV(B)352.73º64.71%40%-
XYZ6.564.272.86-
YUV56.65120.87160.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 36 (14.45% from 255) = 19.78%
BLUE value IS 44 (17.58% from 255) = 24.18%
R=56.04%
G=19.78%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102364400.650.570.6352.7347.8327.06
Hex66242C041393C161301b
Octal1464454010171745416033
Binary11001101001001011000100000111100111110010110000111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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