#360A06

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

Shades of Seal Brown #360A06

Tints of Seal Brown #360A06

Color information

#360A06 (or 0x360A06) is unknown color: approx Seal Brown. HEX triplet: 36, 0A and 06. RGB value is (54,10,6). Sum of RGB (Red+Green+Blue) = 54+10+6=70 (9% of max value = 765). Red value is 54 (21.48% from 255 or 77.14% from 70); Green value is 10 (4.30% from 255 or 14.29% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 54 - color contains mainly: red. Hex color #360A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360A06 is #C9F5F9. Grayscale: #161616. Windows color (decimal): -13235706 or 395830. OLE color: 395830.

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

Color convert

RGB54106-
CMYK00.810.890.79
HSL80%11.76%-
HSV(B)88.89%21.18%-
XYZ1.661.010.28-
YUV22.7118.58150.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 77.14%
GREEN value IS 10 (4.30% from 255) = 14.29%
BLUE value IS 6 (2.73% from 255) = 8.57%
R=77.14%
G=14.29%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5410600.810.890.7958011.76
Hex36A6051594F550c
Octal661260121131117512014
Binary1101101010110010100011011001100111110110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360A06; }

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

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

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

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

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

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

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

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