#610F00

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

Shades of Red Oxide #610F00

Tints of Red Oxide #610F00

Color information

#610F00 (or 0x610F00) is unknown color: approx Red Oxide. HEX triplet: 61, 0F and 00. RGB value is (97,15,0). Sum of RGB (Red+Green+Blue) = 97+15+0=112 (14% of max value = 765). Red value is 97 (38.28% from 255 or 86.61% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 97 - color contains mainly: red. Hex color #610F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610F00 is #9EF0FF. Grayscale: #252525. Windows color (decimal): -10416384 or 3937. OLE color: 3937.

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

Color convert

RGB97150-
CMYK00.8510.62
HSL9.28º100%19.02%-
HSV(B)9.28º100%38.04%-
XYZ5.12.880.29-
YUV37.81106.67170.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 86.61%
GREEN value IS 15 (6.25% from 255) = 13.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.61%
G=13.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9715000.8510.629.2810019.02
Hex61F0055643E96413
Octal1411700125144761114423
Binary1100001111100101010111001001111101001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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