#1A1606

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

Shades of Maire #1A1606

Tints of Maire #1A1606

Color information

#1A1606 (or 0x1A1606) is unknown color: approx Maire. HEX triplet: 1A, 16 and 06. RGB value is (26,22,6). Sum of RGB (Red+Green+Blue) = 26+22+6=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 6 (2.73% from 255 or 11.11% from 54); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1606 is #E5E9F9. Grayscale: #151515. Windows color (decimal): -15067642 or 398874. OLE color: 398874.

HSL color Cylindrical-coordinate representation of color #1A1606: hue angle of 48º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A1606 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.90.

Color convert

RGB26226-
CMYK00.150.770.90
HSL48º62.5%6.27%-
HSV(B)48º76.92%10.2%-
XYZ0.750.810.29-
YUV21.37119.33131.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 48.15%
GREEN value IS 22 (8.98% from 255) = 40.74%
BLUE value IS 6 (2.73% from 255) = 11.11%
R=48.15%
G=40.74%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2622600.150.770.904862.56.27
Hex1A1660F4D5A303e6
Octal3226601711513260766
Binary11010101101100111110011011011010110000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1606; }

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

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

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

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

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

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

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

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