#621E10

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

Shades of Red Oxide #621E10

Tints of Red Oxide #621E10

Color information

#621E10 (or 0x621E10) is unknown color: approx Red Oxide. HEX triplet: 62, 1E and 10. RGB value is (98,30,16). Sum of RGB (Red+Green+Blue) = 98+30+16=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #621E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E10 is #9DE1EF. Grayscale: #303030. Windows color (decimal): -10346992 or 1056354. OLE color: 1056354.

HSL color Cylindrical-coordinate representation of color #621E10: hue angle of 10.24º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621E10 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB983016-
CMYK00.690.840.62
HSL10.24º71.93%22.35%-
HSV(B)10.24º83.67%38.43%-
XYZ5.593.560.88-
YUV48.74109.53163.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.06%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 16 (6.64% from 255) = 11.11%
R=68.06%
G=20.83%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98301600.690.840.6210.2471.9322.35
Hex621E10045543Ea4816
Octal14236200105124761211026
Binary110001011110100000100010110101001111101010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621E10; }

 p { color: rgb(98,30,16); }

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

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

 a { background-color: rgb(98,30,16); }

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

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

 span { border-color: rgb(98,30,16); }

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