#631612

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

Shades of Red Oxide #631612

Tints of Red Oxide #631612

Color information

#631612 (or 0x631612) is unknown color: approx Red Oxide. HEX triplet: 63, 16 and 12. RGB value is (99,22,18). Sum of RGB (Red+Green+Blue) = 99+22+18=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #631612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631612 is #9CE9ED. Grayscale: #2C2C2C. Windows color (decimal): -10283502 or 1185379. OLE color: 1185379.

HSL color Cylindrical-coordinate representation of color #631612: hue angle of 2.96º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631612 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB992218-
CMYK00.780.820.61
HSL2.96º69.23%22.94%-
HSV(B)2.96º81.82%38.82%-
XYZ5.543.270.91-
YUV44.57113.01166.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.22%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=71.22%
G=15.83%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99221800.780.820.612.9669.2322.94
Hex63161204E523D34517
Octal1432622011612275310527
Binary1100011101101001001001110101001011110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631612; }

 p { color: rgb(99,22,18); }

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

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

 a { background-color: rgb(99,22,18); }

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

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

 span { border-color: rgb(99,22,18); }

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