#610B08

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

Shades of Red Oxide #610B08

Tints of Red Oxide #610B08

Color information

#610B08 (or 0x610B08) is unknown color: approx Red Oxide. HEX triplet: 61, 0B and 08. RGB value is (97,11,8). Sum of RGB (Red+Green+Blue) = 97+11+8=116 (15% of max value = 765). Red value is 97 (38.28% from 255 or 83.62% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 97 - color contains mainly: red. Hex color #610B08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610B08 is #9EF4F7. Grayscale: #242424. Windows color (decimal): -10417400 or 527201. OLE color: 527201.

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

Color convert

RGB97118-
CMYK00.890.920.62
HSL2.02º84.76%20.59%-
HSV(B)2.02º91.75%38.04%-
XYZ5.092.80.5-
YUV36.37111.99171.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 83.62%
GREEN value IS 11 (4.69% from 255) = 9.48%
BLUE value IS 8 (3.52% from 255) = 6.90%
R=83.62%
G=9.48%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9711800.890.920.622.0284.7620.59
Hex61B80595C3E25515
Octal1411310013113476212525
Binary11000011011100001011001101110011111010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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