Html Css Color HEX #271206 Wood Bark

📋 copy color: '#271206'

red 39 ◦ green 18 ◦ blue 6

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

Shades of Wood Bark #271206

Tints of Wood Bark #271206

RGB

 RED value IS 39 (15.63% from 255) = 61.9%

 GREEN value IS 18 (7.42% from 255) = 28.57%

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

R = 61.9%
G = 28.57%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.85

RGB Variations

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

Color information

#271206 (or 0x271206) is known color: 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

RGB 39 18 6 -
CMYK 0 0.54 0.85 0.85
HSL 21.82º 0.73% 0.09% -
HSV(B) 21.82º 0.85% 0.15% -
XYZ 1.09 0.88 0.28 -
YUV 22.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 39 18 6 0 0.54 0.85 0.85 21.82 0.73 0.09
Hex 27 12 6 0 36 55 55 16 49 9
Octal 47 22 6 0 66 125 125 26 111 11
Binary 100111 10010 110 0 110110 1010101 1010101 10110 1001001 1001

Color Harmonies of #271206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271206

Black with #271206

Text Example


Text Example

White with #271206

Text Example


Text Example

HTML Codes & Css Web 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>