#611709

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

Shades of Red Oxide #611709

Tints of Red Oxide #611709

Color information

#611709 (or 0x611709) is unknown color: approx Red Oxide. HEX triplet: 61, 17 and 09. RGB value is (97,23,9). Sum of RGB (Red+Green+Blue) = 97+23+9=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #611709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611709 is #9EE8F6. Grayscale: #2B2B2B. Windows color (decimal): -10414327 or 595809. OLE color: 595809.

HSL color Cylindrical-coordinate representation of color #611709: hue angle of 9.55º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #611709 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB97239-
CMYK00.760.910.62
HSL9.55º83.02%20.78%-
HSV(B)9.55º90.72%38.04%-
XYZ5.293.170.59-
YUV43.53108.52166.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 75.19%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 9 (3.91% from 255) = 6.98%
R=75.19%
G=17.83%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9723900.760.910.629.5583.0220.78
Hex6117904C5B3Ea5315
Octal14127110114133761212325
Binary11000011011110010100110010110111111101010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611709; }

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

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

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

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

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

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

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

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