#261C16

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

Shades of Wood Bark #261C16

Tints of Wood Bark #261C16

Color information

#261C16 (or 0x261C16) is unknown color: approx Wood Bark. HEX triplet: 26, 1C and 16. RGB value is (38,28,22). Sum of RGB (Red+Green+Blue) = 38+28+22=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 38 - color contains mainly: red. Hex color #261C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C16 is #D9E3E9. Grayscale: #1E1E1E. Windows color (decimal): -14279658 or 1448998. OLE color: 1448998.

HSL color Cylindrical-coordinate representation of color #261C16: hue angle of 22.5º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #261C16 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB382822-
CMYK00.260.420.85
HSL22.5º26.67%11.76%-
HSV(B)22.5º42.11%14.9%-
XYZ1.361.30.94-
YUV30.31123.31133.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.18%
GREEN value IS 28 (11.33% from 255) = 31.82%
BLUE value IS 22 (8.98% from 255) = 25%
R=43.18%
G=31.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38282200.260.420.8522.526.6711.76
Hex261C1601A2A55161bc
Octal46342603252125263314
Binary1001101110010110011010101010101010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261C16; }

 p { color: rgb(38,28,22); }

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

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

 a { background-color: rgb(38,28,22); }

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

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

 span { border-color: rgb(38,28,22); }

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