#363206

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

Shades of Maire #363206

Tints of Maire #363206

Color information

#363206 (or 0x363206) is unknown color: approx Maire. HEX triplet: 36, 32 and 06. RGB value is (54,50,6). Sum of RGB (Red+Green+Blue) = 54+50+6=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #363206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363206 is #C9CDF9. Grayscale: #2E2E2E. Windows color (decimal): -13225466 or 406070. OLE color: 406070.

HSL color Cylindrical-coordinate representation of color #363206: hue angle of 55º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #363206 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB54506-
CMYK00.070.890.79
HSL55º80%11.76%-
HSV(B)55º88.89%21.18%-
XYZ2.693.080.62-
YUV46.18105.33133.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.09%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 6 (2.73% from 255) = 5.45%
R=49.09%
G=45.45%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5450600.070.890.79558011.76
Hex3632607594F3750c
Octal66626071311176712014
Binary11011011001011001111011001100111111011110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363206; }

 p { color: rgb(54,50,6); }

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

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

 a { background-color: rgb(54,50,6); }

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

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

 span { border-color: rgb(54,50,6); }

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