#620E0C

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

Shades of Red Oxide #620E0C

Tints of Red Oxide #620E0C

Color information

#620E0C (or 0x620E0C) is unknown color: approx Red Oxide. HEX triplet: 62, 0E and 0C. RGB value is (98,14,12). Sum of RGB (Red+Green+Blue) = 98+14+12=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #620E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620E0C is #9DF1F3. Grayscale: #262626. Windows color (decimal): -10351092 or 790114. OLE color: 790114.

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

Color convert

RGB981412-
CMYK00.860.880.62
HSL1.4º78.18%21.57%-
HSV(B)1.4º87.76%38.43%-
XYZ5.262.940.64-
YUV38.89112.83170.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 79.03%
GREEN value IS 14 (5.86% from 255) = 11.29%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=79.03%
G=11.29%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98141200.860.880.621.478.1821.57
Hex62EC056583E14e16
Octal1421614012613076111626
Binary1100010111011000101011010110001111101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620E0C; }

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

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

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

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

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

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

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

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