#360606

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

Shades of Seal Brown #360606

Tints of Seal Brown #360606

Color information

#360606 (or 0x360606) is unknown color: approx Seal Brown. HEX triplet: 36, 06 and 06. RGB value is (54,6,6). Sum of RGB (Red+Green+Blue) = 54+6+6=66 (8% of max value = 765). Red value is 54 (21.48% from 255 or 81.82% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 54 - color contains mainly: red. Hex color #360606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360606 is #C9F9F9. Grayscale: #141414. Windows color (decimal): -13236730 or 394806. OLE color: 394806.

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

Color convert

RGB5466-
CMYK00.890.890.79
HSL80%11.76%-
HSV(B)88.89%21.18%-
XYZ1.620.930.27-
YUV20.35119.9152-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 81.82%
GREEN value IS 6 (2.73% from 255) = 9.09%
BLUE value IS 6 (2.73% from 255) = 9.09%
R=81.82%
G=9.09%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal546600.890.890.7908011.76
Hex3666059594F050c
Octal66660131131117012014
Binary1101101101100101100110110011001111010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360606; }

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

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

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

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

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

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

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

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