#500606

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

Shades of Seal Brown #500606

Tints of Seal Brown #500606

Color information

#500606 (or 0x500606) is unknown color: approx Seal Brown. HEX triplet: 50, 06 and 06. RGB value is (80,6,6). Sum of RGB (Red+Green+Blue) = 80+6+6=92 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.96% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 80 - color contains mainly: red. Hex color #500606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500606 is #AFF9F9. Grayscale: #1C1C1C. Windows color (decimal): -11532794 or 394832. OLE color: 394832.

HSL color Cylindrical-coordinate representation of color #500606: hue angle of 0º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500606 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB8066-
CMYK00.920.920.69
HSL86.05%16.86%-
HSV(B)92.5%31.37%-
XYZ3.411.850.35-
YUV28.13115.52165-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 86.96%
GREEN value IS 6 (2.73% from 255) = 6.52%
BLUE value IS 6 (2.73% from 255) = 6.52%
R=86.96%
G=6.52%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal806600.920.920.69086.0516.86
Hex506605C5C4505611
Octal120660134134105012621
Binary101000011011001011100101110010001010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500606; }

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

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

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

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

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

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

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

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