#611704

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

Shades of Red Oxide #611704

Tints of Red Oxide #611704

Color information

#611704 (or 0x611704) is unknown color: approx Red Oxide. HEX triplet: 61, 17 and 04. RGB value is (97,23,4). Sum of RGB (Red+Green+Blue) = 97+23+4=124 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.23% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 97 - color contains mainly: red. Hex color #611704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611704 is #9EE8FB. Grayscale: #2B2B2B. Windows color (decimal): -10414332 or 268129. OLE color: 268129.

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

Color convert

RGB97234-
CMYK00.760.960.62
HSL12.26º92.08%19.8%-
HSV(B)12.26º95.88%38.04%-
XYZ5.263.160.45-
YUV42.96106.02166.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 78.23%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 4 (1.95% from 255) = 3.23%
R=78.23%
G=18.55%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9723400.760.960.6212.2692.0819.8
Hex6117404C603Ec5c14
Octal1412740114140761413424
Binary1100001101111000100110011000001111101100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611704; }

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

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

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

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

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

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

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

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