#5E1606

Color #5E1606 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #5E1606

Tints of Red Oxide #5E1606

Color information

#5E1606 (or 0x5E1606) is unknown color: approx Red Oxide. HEX triplet: 5E, 16 and 06. RGB value is (94,22,6). Sum of RGB (Red+Green+Blue) = 94+22+6=122 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.05% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1606 is #A1E9F9. Grayscale: #292929. Windows color (decimal): -10611194 or 398942. OLE color: 398942.

HSL color Cylindrical-coordinate representation of color #5E1606: hue angle of 10.91º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E1606 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB94226-
CMYK00.770.940.63
HSL10.91º88%19.61%-
HSV(B)10.91º93.62%36.86%-
XYZ4.942.970.48-
YUV41.7107.85165.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 77.05%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=77.05%
G=18.03%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9422600.770.940.6310.918819.61
Hex5E16604D5E3Fb5814
Octal1362660115136771313024
Binary1011110101101100100110110111101111111011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E1606; }

 p { color: rgb(94,22,6); }

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

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

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

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

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

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

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