Html Css Color HEX #211006 Wood Bark

📋 copy color: '#211006'

red 33 ◦ green 16 ◦ blue 6

#211006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #211006

Tints of Wood Bark #211006

RGB

 RED value IS 33 (13.28% from 255) = 60%

 GREEN value IS 16 (6.64% from 255) = 29.09%

 BLUE value IS 6 (2.73% from 255) = 10.91%

R = 60%
G = 29.09%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.87

RGB Variations

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

Color information

#211006 (or 0x211006) is known color: Wood Bark. HEX triplet: 21, 10 and 06. RGB value is (33,16,6). Sum of RGB (Red+Green+Blue) = 33+16+6=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #211006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211006 is #DEEFF9. Grayscale: #141414. Windows color (decimal): -14610426 or 397345. OLE color: 397345.

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

Color convert

RGB 33 16 6 -
CMYK 0 0.52 0.82 0.87
HSL 22.22º 0.69% 0.08% -
HSV(B) 22.22º 0.82% 0.13% -
XYZ 0.85 0.71 0.26 -
YUV 19.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 33 16 6 0 0.52 0.82 0.87 22.22 0.69 0.08
Hex 21 10 6 0 34 52 57 16 45 8
Octal 41 20 6 0 64 122 127 26 105 10
Binary 100001 10000 110 0 110100 1010010 1010111 10110 1000101 1000

Color Harmonies of #211006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211006

Black with #211006

Text Example


Text Example

White with #211006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211006; }

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

 H1.HeaderClassName
 {
   color: #211006;
 }
 .AnyTagClassName
 {
   color: #211006;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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