#361006

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

Shades of Seal Brown #361006

Tints of Seal Brown #361006

Color information

#361006 (or 0x361006) is unknown color: approx Seal Brown. HEX triplet: 36, 10 and 06. RGB value is (54,16,6). Sum of RGB (Red+Green+Blue) = 54+16+6=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #361006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361006 is #C9EFF9. Grayscale: #1A1A1A. Windows color (decimal): -13234170 or 397366. OLE color: 397366.

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

Color convert

RGB54166-
CMYK00.700.890.79
HSL12.5º80%11.76%-
HSV(B)12.5º88.89%21.18%-
XYZ1.741.170.31-
YUV26.22116.59147.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 71.05%
GREEN value IS 16 (6.64% from 255) = 21.05%
BLUE value IS 6 (2.73% from 255) = 7.89%
R=71.05%
G=21.05%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5416600.700.890.7912.58011.76
Hex36106046594Fd50c
Octal6620601061311171512014
Binary110110100001100100011010110011001111110110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361006; }

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

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

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

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

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

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

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

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