#621E16

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

Shades of Red Oxide #621E16

Tints of Red Oxide #621E16

Color information

#621E16 (or 0x621E16) is unknown color: approx Red Oxide. HEX triplet: 62, 1E and 16. RGB value is (98,30,22). Sum of RGB (Red+Green+Blue) = 98+30+22=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #621E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E16 is #9DE1E9. Grayscale: #313131. Windows color (decimal): -10346986 or 1449570. OLE color: 1449570.

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

Color convert

RGB983022-
CMYK00.690.780.62
HSL6.32º63.33%23.53%-
HSV(B)6.32º77.55%38.43%-
XYZ5.653.581.15-
YUV49.42112.53162.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.33%
GREEN value IS 30 (12.11% from 255) = 20%
BLUE value IS 22 (8.98% from 255) = 14.67%
R=65.33%
G=20%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98302200.690.780.626.3263.3323.53
Hex621E160454E3E63f18
Octal142362601051167667730
Binary1100010111101011001000101100111011111011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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