#610F06

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

Shades of Red Oxide #610F06

Tints of Red Oxide #610F06

Color information

#610F06 (or 0x610F06) is unknown color: approx Red Oxide. HEX triplet: 61, 0F and 06. RGB value is (97,15,6). Sum of RGB (Red+Green+Blue) = 97+15+6=118 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.20% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 97 - color contains mainly: red. Hex color #610F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610F06 is #9EF0F9. Grayscale: #262626. Windows color (decimal): -10416378 or 397153. OLE color: 397153.

HSL color Cylindrical-coordinate representation of color #610F06: hue angle of 5.93º 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 #610F06 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB97156-
CMYK00.850.940.62
HSL5.93º88.35%20.2%-
HSV(B)5.93º93.81%38.04%-
XYZ5.132.90.46-
YUV38.49109.67169.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 82.20%
GREEN value IS 15 (6.25% from 255) = 12.71%
BLUE value IS 6 (2.73% from 255) = 5.08%
R=82.20%
G=12.71%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9715600.850.940.625.9388.3520.2
Hex61F60555E3E65814
Octal141176012513676613024
Binary11000011111110010101011011110111110110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610F06; }

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

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

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

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

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

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

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

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