#361106

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

Shades of Seal Brown #361106

Tints of Seal Brown #361106

Color information

#361106 (or 0x361106) is unknown color: approx Seal Brown. HEX triplet: 36, 11 and 06. RGB value is (54,17,6). Sum of RGB (Red+Green+Blue) = 54+17+6=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #361106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361106 is #C9EEF9. Grayscale: #1A1A1A. Windows color (decimal): -13233914 or 397622. OLE color: 397622.

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

Color convert

RGB54176-
CMYK00.690.890.79
HSL13.75º80%11.76%-
HSV(B)13.75º88.89%21.18%-
XYZ1.751.20.31-
YUV26.81116.26147.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 70.13%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 6 (2.73% from 255) = 7.79%
R=70.13%
G=22.08%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5417600.690.890.7913.758011.76
Hex36116045594Fe50c
Octal6621601051311171612014
Binary110110100011100100010110110011001111111010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361106; }

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

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

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

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

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

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

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

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