#363106

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

Shades of Maire #363106

Tints of Maire #363106

Color information

#363106 (or 0x363106) is unknown color: approx Maire. HEX triplet: 36, 31 and 06. RGB value is (54,49,6). Sum of RGB (Red+Green+Blue) = 54+49+6=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #363106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363106 is #C9CEF9. Grayscale: #2D2D2D. Windows color (decimal): -13225722 or 405814. OLE color: 405814.

HSL color Cylindrical-coordinate representation of color #363106: hue angle of 53.75º 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 #363106 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB54496-
CMYK00.090.890.79
HSL53.75º80%11.76%-
HSV(B)53.75º88.89%21.18%-
XYZ2.652.990.61-
YUV45.59105.66134-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 6 (2.73% from 255) = 5.50%
R=49.54%
G=44.95%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5449600.090.890.7953.758011.76
Hex3631609594F3650c
Octal666160111311176612014
Binary110110110001110010011011001100111111011010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363106; }

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

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

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

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

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

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

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

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