#611605

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

Shades of Red Oxide #611605

Tints of Red Oxide #611605

Color information

#611605 (or 0x611605) is unknown color: approx Red Oxide. HEX triplet: 61, 16 and 05. RGB value is (97,22,5). Sum of RGB (Red+Green+Blue) = 97+22+5=124 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.23% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 97 - color contains mainly: red. Hex color #611605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611605 is #9EE9FA. Grayscale: #2A2A2A. Windows color (decimal): -10414587 or 333409. OLE color: 333409.

HSL color Cylindrical-coordinate representation of color #611605: hue angle of 11.09º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #611605 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB97225-
CMYK00.770.950.62
HSL11.09º90.2%20%-
HSV(B)11.09º94.85%38.04%-
XYZ5.243.130.47-
YUV42.49106.85166.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 78.23%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 5 (2.34% from 255) = 4.03%
R=78.23%
G=17.74%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9722500.770.950.6211.0990.220
Hex6116504D5F3Eb5a14
Octal1412650115137761313224
Binary1100001101101010100110110111111111101011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611605; }

 p { color: rgb(97,22,5); }

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

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

 a { background-color: rgb(97,22,5); }

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

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

 span { border-color: rgb(97,22,5); }

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