#271206

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

Shades of Wood Bark #271206

Tints of Wood Bark #271206

Color information

#271206 (or 0x271206) is unknown color: approx Wood Bark. HEX triplet: 27, 12 and 06. RGB value is (39,18,6). Sum of RGB (Red+Green+Blue) = 39+18+6=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #271206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271206 is #D8EDF9. Grayscale: #161616. Windows color (decimal): -14216698 or 397863. OLE color: 397863.

HSL color Cylindrical-coordinate representation of color #271206: hue angle of 21.82º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271206 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.85.

Color convert

RGB39186-
CMYK00.540.850.85
HSL21.82º73.33%8.82%-
HSV(B)21.82º84.62%15.29%-
XYZ1.090.880.28-
YUV22.91118.46139.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 61.90%
GREEN value IS 18 (7.42% from 255) = 28.57%
BLUE value IS 6 (2.73% from 255) = 9.52%
R=61.90%
G=28.57%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3918600.540.850.8521.8273.338.82
Hex27126036555516499
Octal472260661251252611111
Binary100111100101100110110101010110101011011010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271206; }

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

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

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

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

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

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

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

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