#611608

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

Shades of Red Oxide #611608

Tints of Red Oxide #611608

Color information

#611608 (or 0x611608) is unknown color: approx Red Oxide. HEX triplet: 61, 16 and 08. RGB value is (97,22,8). Sum of RGB (Red+Green+Blue) = 97+22+8=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #611608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611608 is #9EE9F7. Grayscale: #2A2A2A. Windows color (decimal): -10414584 or 530017. OLE color: 530017.

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

Color convert

RGB97228-
CMYK00.770.920.62
HSL9.44º84.76%20.59%-
HSV(B)9.44º91.75%38.04%-
XYZ5.263.130.56-
YUV42.83108.35166.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 76.38%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=76.38%
G=17.32%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9722800.770.920.629.4484.7620.59
Hex6116804D5C3E95515
Octal14126100115134761112525
Binary11000011011010000100110110111001111101001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611608; }

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

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

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

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

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

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

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

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