#611A04

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

Shades of Red Oxide #611A04

Tints of Red Oxide #611A04

Color information

#611A04 (or 0x611A04) is unknown color: approx Red Oxide. HEX triplet: 61, 1A and 04. RGB value is (97,26,4). Sum of RGB (Red+Green+Blue) = 97+26+4=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #611A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611A04 is #9EE5FB. Grayscale: #2C2C2C. Windows color (decimal): -10413564 or 268897. OLE color: 268897.

HSL color Cylindrical-coordinate representation of color #611A04: hue angle of 14.19º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #611A04 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB97264-
CMYK00.730.960.62
HSL14.19º92.08%19.8%-
HSV(B)14.19º95.88%38.04%-
XYZ5.323.290.47-
YUV44.72105.02165.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 76.38%
GREEN value IS 26 (10.55% from 255) = 20.47%
BLUE value IS 4 (1.95% from 255) = 3.15%
R=76.38%
G=20.47%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9726400.730.960.6214.1992.0819.8
Hex611A4049603Ee5c14
Octal1413240111140761613424
Binary1100001110101000100100111000001111101110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611A04; }

 p { color: rgb(97,26,4); }

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

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

 a { background-color: rgb(97,26,4); }

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

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

 span { border-color: rgb(97,26,4); }

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