#221A06

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

Shades of Maire #221A06

Tints of Maire #221A06

Color information

#221A06 (or 0x221A06) is unknown color: approx Maire. HEX triplet: 22, 1A and 06. RGB value is (34,26,6). Sum of RGB (Red+Green+Blue) = 34+26+6=66 (8% of max value = 765). Red value is 34 (13.67% from 255 or 51.52% from 66); Green value is 26 (10.55% from 255 or 39.39% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 34 - color contains mainly: red. Hex color #221A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221A06 is #DDE5F9. Grayscale: #1A1A1A. Windows color (decimal): -14542330 or 399906. OLE color: 399906.

HSL color Cylindrical-coordinate representation of color #221A06: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221A06 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB34266-
CMYK00.240.820.87
HSL42.86º70%7.84%-
HSV(B)42.86º82.35%13.33%-
XYZ1.061.090.33-
YUV26.11116.65133.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 51.52%
GREEN value IS 26 (10.55% from 255) = 39.39%
BLUE value IS 6 (2.73% from 255) = 9.09%
R=51.52%
G=39.39%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3426600.240.820.8742.86707.84
Hex221A601852572b468
Octal423260301221275310610
Binary100010110101100110001010010101011110101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221A06; }

 p { color: rgb(34,26,6); }

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

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

 a { background-color: rgb(34,26,6); }

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

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

 span { border-color: rgb(34,26,6); }

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