#221206

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

Shades of Wood Bark #221206

Tints of Wood Bark #221206

Color information

#221206 (or 0x221206) is unknown color: approx Wood Bark. HEX triplet: 22, 12 and 06. RGB value is (34,18,6). Sum of RGB (Red+Green+Blue) = 34+18+6=58 (7% of max value = 765). Red value is 34 (13.67% from 255 or 58.62% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 34 - color contains mainly: red. Hex color #221206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221206 is #DDEDF9. Grayscale: #151515. Windows color (decimal): -14544378 or 397858. OLE color: 397858.

HSL color Cylindrical-coordinate representation of color #221206: hue angle of 25.71º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221206 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB34186-
CMYK00.470.820.87
HSL25.71º70%7.84%-
HSV(B)25.71º82.35%13.33%-
XYZ0.910.790.28-
YUV21.42119.3136.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 58.62%
GREEN value IS 18 (7.42% from 255) = 31.03%
BLUE value IS 6 (2.73% from 255) = 10.34%
R=58.62%
G=31.03%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3418600.470.820.8725.71707.84
Hex2212602F52571a468
Octal422260571221273210610
Binary100010100101100101111101001010101111101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221206; }

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

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

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

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

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

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

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

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