#66222A

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

Shades of Monarch #66222A

Tints of Monarch #66222A

Color information

#66222A (or 0x66222A) is unknown color: approx Monarch. HEX triplet: 66, 22 and 2A. RGB value is (102,34,42). Sum of RGB (Red+Green+Blue) = 102+34+42=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #66222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66222A is #99DDD5. Grayscale: #373737. Windows color (decimal): -10083798 or 2761318. OLE color: 2761318.

HSL color Cylindrical-coordinate representation of color #66222A: hue angle of 352.94º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66222A is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB1023442-
CMYK00.670.590.6
HSL352.94º50%26.67%-
HSV(B)352.94º66.67%40%-
XYZ6.474.142.65-
YUV55.24120.53161.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 34 (13.67% from 255) = 19.10%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=57.30%
G=19.10%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102344200.670.590.6352.945026.67
Hex66222A0433B3C161321b
Octal1464252010373745416233
Binary11001101000101010100100001111101111110010110000111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66222A; }

 p { color: rgb(102,34,42); }

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

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

 a { background-color: rgb(102,34,42); }

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

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

 span { border-color: rgb(102,34,42); }

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