#610906

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

Shades of Red Oxide #610906

Tints of Red Oxide #610906

Color information

#610906 (or 0x610906) is unknown color: approx Red Oxide. HEX triplet: 61, 09 and 06. RGB value is (97,9,6). Sum of RGB (Red+Green+Blue) = 97+9+6=112 (14% of max value = 765). Red value is 97 (38.28% from 255 or 86.61% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 97 - color contains mainly: red. Hex color #610906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610906 is #9EF6F9. Grayscale: #232323. Windows color (decimal): -10417914 or 395617. OLE color: 395617.

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

Color convert

RGB9796-
CMYK00.910.940.62
HSL1.98º88.35%20.2%-
HSV(B)1.98º93.81%38.04%-
XYZ5.062.750.44-
YUV34.97111.65172.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 86.61%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 6 (2.73% from 255) = 5.36%
R=86.61%
G=8.04%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979600.910.940.621.9888.3520.2
Hex619605B5E3E25814
Octal141116013313676213024
Binary1100001100111001011011101111011111010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610906; }

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

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

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

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

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

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

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

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