#262506

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

Shades of Maire #262506

Tints of Maire #262506

Color information

#262506 (or 0x262506) is unknown color: approx Maire. HEX triplet: 26, 25 and 06. RGB value is (38,37,6). Sum of RGB (Red+Green+Blue) = 38+37+6=81 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.91% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 38 - color contains mainly: red. Hex color #262506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262506 is #D9DAF9. Grayscale: #212121. Windows color (decimal): -14277370 or 402726. OLE color: 402726.

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

Color convert

RGB38376-
CMYK00.030.840.85
HSL58.12º72.73%8.63%-
HSV(B)58.12º84.21%14.9%-
XYZ1.491.750.43-
YUV33.76112.33131.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.91%
GREEN value IS 37 (14.84% from 255) = 45.68%
BLUE value IS 6 (2.73% from 255) = 7.41%
R=46.91%
G=45.68%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3837600.030.840.8558.1272.738.63
Hex262560354553a499
Octal46456031241257211111
Binary1001101001011100111010100101010111101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262506; }

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

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

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

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

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

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

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

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