#201206

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

Shades of Wood Bark #201206

Tints of Wood Bark #201206

Color information

#201206 (or 0x201206) is unknown color: approx Wood Bark. HEX triplet: 20, 12 and 06. RGB value is (32,18,6). Sum of RGB (Red+Green+Blue) = 32+18+6=56 (7% of max value = 765). Red value is 32 (12.89% from 255 or 57.14% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 32 - color contains mainly: red. Hex color #201206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201206 is #DFEDF9. Grayscale: #141414. Windows color (decimal): -14675450 or 397856. OLE color: 397856.

HSL color Cylindrical-coordinate representation of color #201206: hue angle of 27.69º 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 #201206 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB32186-
CMYK00.440.810.87
HSL27.69º68.42%7.45%-
HSV(B)27.69º81.25%12.55%-
XYZ0.840.750.27-
YUV20.82119.64135.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 57.14%
GREEN value IS 18 (7.42% from 255) = 32.14%
BLUE value IS 6 (2.73% from 255) = 10.71%
R=57.14%
G=32.14%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3218600.440.810.8727.6968.427.45
Hex2012602C51571c447
Octal40226054121127341047
Binary10000010010110010110010100011010111111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201206; }

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

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

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

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

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

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

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

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