#201C06

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

Shades of Maire #201C06

Tints of Maire #201C06

Color information

#201C06 (or 0x201C06) is unknown color: approx Maire. HEX triplet: 20, 1C and 06. RGB value is (32,28,6). Sum of RGB (Red+Green+Blue) = 32+28+6=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #201C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201C06 is #DFE3F9. Grayscale: #1A1A1A. Windows color (decimal): -14672890 or 400416. OLE color: 400416.

HSL color Cylindrical-coordinate representation of color #201C06: hue angle of 50.77º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201C06 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB32286-
CMYK00.120.810.87
HSL50.77º68.42%7.45%-
HSV(B)50.77º81.25%12.55%-
XYZ1.041.150.34-
YUV26.69116.33131.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 48.48%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 6 (2.73% from 255) = 9.09%
R=48.48%
G=42.42%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3228600.120.810.8750.7768.427.45
Hex201C60C515733447
Octal40346014121127631047
Binary1000001110011001100101000110101111100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201C06; }

 p { color: rgb(32,28,6); }

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

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

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

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

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

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

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