#343106

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

Shades of Maire #343106

Tints of Maire #343106

Color information

#343106 (or 0x343106) is unknown color: approx Maire. HEX triplet: 34, 31 and 06. RGB value is (52,49,6). Sum of RGB (Red+Green+Blue) = 52+49+6=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #343106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343106 is #CBCEF9. Grayscale: #2D2D2D. Windows color (decimal): -13356794 or 405812. OLE color: 405812.

HSL color Cylindrical-coordinate representation of color #343106: hue angle of 56.09º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #343106 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB52496-
CMYK00.060.880.80
HSL56.09º79.31%11.37%-
HSV(B)56.09º88.46%20.39%-
XYZ2.552.940.61-
YUV45105.99133-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 49 (19.53% from 255) = 45.79%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=48.60%
G=45.79%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5249600.060.880.8056.0979.3111.37
Hex34316065850384fb
Octal64616061301207011713
Binary11010011000111001101011000101000011100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343106; }

 p { color: rgb(52,49,6); }

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

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

 a { background-color: rgb(52,49,6); }

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

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

 span { border-color: rgb(52,49,6); }

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