#181206

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

Shades of Maire #181206

Tints of Maire #181206

Color information

#181206 (or 0x181206) is unknown color: approx Maire. HEX triplet: 18, 12 and 06. RGB value is (24,18,6). Sum of RGB (Red+Green+Blue) = 24+18+6=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #181206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181206 is #E7EDF9. Grayscale: #121212. Windows color (decimal): -15199738 or 397848. OLE color: 397848.

HSL color Cylindrical-coordinate representation of color #181206: hue angle of 40º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #181206 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.91.

Color convert

RGB24186-
CMYK00.250.750.91
HSL40º60%5.88%-
HSV(B)40º75%9.41%-
XYZ0.630.640.26-
YUV18.43120.99131.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 37.5%
BLUE value IS 6 (2.73% from 255) = 12.5%
R=50%
G=37.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2418600.250.750.9140605.88
Hex181260194B5B283c6
Octal3022603111313350746
Binary110001001011001100110010111011011101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181206; }

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

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

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

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

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

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

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

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