#211106

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

Shades of Wood Bark #211106

Tints of Wood Bark #211106

Color information

#211106 (or 0x211106) is unknown color: approx Wood Bark. HEX triplet: 21, 11 and 06. RGB value is (33,17,6). Sum of RGB (Red+Green+Blue) = 33+17+6=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #211106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211106 is #DEEEF9. Grayscale: #141414. Windows color (decimal): -14610170 or 397601. OLE color: 397601.

HSL color Cylindrical-coordinate representation of color #211106: hue angle of 24.44º degrees, saturation: 0.69, 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 #211106 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB33176-
CMYK00.480.820.87
HSL24.44º69.23%7.65%-
HSV(B)24.44º81.82%12.94%-
XYZ0.860.740.27-
YUV20.53119.8136.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 58.93%
GREEN value IS 17 (7.03% from 255) = 30.36%
BLUE value IS 6 (2.73% from 255) = 10.71%
R=58.93%
G=30.36%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3317600.480.820.8724.4469.237.65
Hex21116030525718458
Octal412160601221273010510
Binary100001100011100110000101001010101111100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211106; }

 p { color: rgb(33,17,6); }

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

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

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

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

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

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

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