#271306

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

Shades of Wood Bark #271306

Tints of Wood Bark #271306

Color information

#271306 (or 0x271306) is unknown color: approx Wood Bark. HEX triplet: 27, 13 and 06. RGB value is (39,19,6). Sum of RGB (Red+Green+Blue) = 39+19+6=64 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60.94% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 39 - color contains mainly: red. Hex color #271306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271306 is #D8ECF9. Grayscale: #171717. Windows color (decimal): -14216442 or 398119. OLE color: 398119.

HSL color Cylindrical-coordinate representation of color #271306: hue angle of 23.64º 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 #271306 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.85.

Color convert

RGB39196-
CMYK00.510.850.85
HSL23.64º73.33%8.82%-
HSV(B)23.64º84.62%15.29%-
XYZ1.10.910.29-
YUV23.5118.13139.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 60.94%
GREEN value IS 19 (7.81% from 255) = 29.69%
BLUE value IS 6 (2.73% from 255) = 9.38%
R=60.94%
G=29.69%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3919600.510.850.8523.6473.338.82
Hex27136033555518499
Octal472360631251253011111
Binary100111100111100110011101010110101011100010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271306; }

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

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

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

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

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

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

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

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