#121206

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

Shades of Maire #121206

Tints of Maire #121206

Color information

#121206 (or 0x121206) is unknown color: approx Maire. HEX triplet: 12, 12 and 06. RGB value is (18,18,6). Sum of RGB (Red+Green+Blue) = 18+18+6=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 18 - color contains mainly: red, green. Hex color #121206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121206 is #EDEDF9. Grayscale: #101010. Windows color (decimal): -15592954 or 397842. OLE color: 397842.

HSL color Cylindrical-coordinate representation of color #121206: hue angle of 60º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121206 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.93.

Color convert

RGB18186-
CMYK000.670.93
HSL60º50%4.71%-
HSV(B)60º66.67%7.06%-
XYZ0.50.570.26-
YUV16.63122128.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 42.86%
GREEN value IS 18 (7.42% from 255) = 42.86%
BLUE value IS 6 (2.73% from 255) = 14.29%
R=42.86%
G=42.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18186000.670.9360504.71
Hex1212600435D3c325
Octal222260010313574625
Binary10010100101100010000111011101111100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121206; }

 p { color: rgb(18,18,6); }

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

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

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

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

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

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

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