#261206

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

Shades of Wood Bark #261206

Tints of Wood Bark #261206

Color information

#261206 (or 0x261206) is unknown color: approx Wood Bark. HEX triplet: 26, 12 and 06. RGB value is (38,18,6). Sum of RGB (Red+Green+Blue) = 38+18+6=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #261206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261206 is #D9EDF9. Grayscale: #161616. Windows color (decimal): -14282234 or 397862. OLE color: 397862.

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

Color convert

RGB38186-
CMYK00.530.840.85
HSL22.5º72.73%8.63%-
HSV(B)22.5º84.21%14.9%-
XYZ1.050.860.28-
YUV22.61118.63138.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 61.29%
GREEN value IS 18 (7.42% from 255) = 29.03%
BLUE value IS 6 (2.73% from 255) = 9.68%
R=61.29%
G=29.03%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3818600.530.840.8522.572.738.63
Hex26126035545516499
Octal462260651241252611111
Binary100110100101100110101101010010101011011010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261206; }

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

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

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

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

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

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

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

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