#261E06

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

Shades of Maire #261E06

Tints of Maire #261E06

Color information

#261E06 (or 0x261E06) is unknown color: approx Maire. HEX triplet: 26, 1E and 06. RGB value is (38,30,6). Sum of RGB (Red+Green+Blue) = 38+30+6=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #261E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261E06 is #D9E1F9. Grayscale: #1D1D1D. Windows color (decimal): -14279162 or 400934. OLE color: 400934.

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

Color convert

RGB38306-
CMYK00.210.840.85
HSL45º72.73%8.63%-
HSV(B)45º84.21%14.9%-
XYZ1.31.350.37-
YUV29.66114.65133.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 51.35%
GREEN value IS 30 (12.11% from 255) = 40.54%
BLUE value IS 6 (2.73% from 255) = 8.11%
R=51.35%
G=40.54%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3830600.210.840.854572.738.63
Hex261E601554552d499
Octal463660251241255511111
Binary100110111101100101011010100101010110110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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