#621E11

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

Shades of Red Oxide #621E11

Tints of Red Oxide #621E11

Color information

#621E11 (or 0x621E11) is unknown color: approx Red Oxide. HEX triplet: 62, 1E and 11. RGB value is (98,30,17). Sum of RGB (Red+Green+Blue) = 98+30+17=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #621E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E11 is #9DE1EE. Grayscale: #303030. Windows color (decimal): -10346991 or 1121890. OLE color: 1121890.

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

Color convert

RGB983017-
CMYK00.690.830.62
HSL9.63º70.43%22.55%-
HSV(B)9.63º82.65%38.43%-
XYZ5.63.570.92-
YUV48.85110.03163.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.59%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 17 (7.03% from 255) = 11.72%
R=67.59%
G=20.69%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98301700.690.830.629.6370.4322.55
Hex621E11045533Ea4617
Octal14236210105123761210627
Binary110001011110100010100010110100111111101010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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