#621E0E

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

Shades of Red Oxide #621E0E

Tints of Red Oxide #621E0E

Color information

#621E0E (or 0x621E0E) is unknown color: approx Red Oxide. HEX triplet: 62, 1E and 0E. RGB value is (98,30,14). Sum of RGB (Red+Green+Blue) = 98+30+14=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #621E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E0E is #9DE1F1. Grayscale: #303030. Windows color (decimal): -10346994 or 925282. OLE color: 925282.

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

Color convert

RGB983014-
CMYK00.690.860.62
HSL11.43º75%21.96%-
HSV(B)11.43º85.71%38.43%-
XYZ5.583.560.81-
YUV48.51108.53163.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.01%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 14 (5.86% from 255) = 9.86%
R=69.01%
G=21.13%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98301400.690.860.6211.437521.96
Hex621EE045563Eb4b16
Octal14236160105126761311326
Binary11000101111011100100010110101101111101011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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