#262618

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

Shades of Maire #262618

Tints of Maire #262618

Color information

#262618 (or 0x262618) is unknown color: approx Maire. HEX triplet: 26, 26 and 18. RGB value is (38,38,24). Sum of RGB (Red+Green+Blue) = 38+38+24=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 38 - color contains mainly: red, green. Hex color #262618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262618 is #D9D9E7. Grayscale: #242424. Windows color (decimal): -14277096 or 1582630. OLE color: 1582630.

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

Color convert

RGB383824-
CMYK000.370.85
HSL60º22.58%12.16%-
HSV(B)60º36.84%14.9%-
XYZ1.661.861.14-
YUV36.4121129.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38%
GREEN value IS 38 (15.23% from 255) = 38%
BLUE value IS 24 (9.77% from 255) = 24%
R=38%
G=38%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal383824000.370.856022.5812.16
Hex2626180025553c17c
Octal4646300045125742714
Binary10011010011011000001001011010101111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262618; }

 p { color: rgb(38,38,24); }

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

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

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

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

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

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

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