#621C0E

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

Shades of Red Oxide #621C0E

Tints of Red Oxide #621C0E

Color information

#621C0E (or 0x621C0E) is unknown color: approx Red Oxide. HEX triplet: 62, 1C and 0E. RGB value is (98,28,14). Sum of RGB (Red+Green+Blue) = 98+28+14=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #621C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C0E is #9DE3F1. Grayscale: #2F2F2F. Windows color (decimal): -10347506 or 924770. OLE color: 924770.

HSL color Cylindrical-coordinate representation of color #621C0E: hue angle of 10º 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 #621C0E is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB982814-
CMYK00.710.860.62
HSL10º75%21.96%-
HSV(B)10º85.71%38.43%-
XYZ5.533.460.79-
YUV47.33109.19164.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70%
GREEN value IS 28 (11.33% from 255) = 20%
BLUE value IS 14 (5.86% from 255) = 10%
R=70%
G=20%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98281400.710.860.62107521.96
Hex621CE047563Ea4b16
Octal14234160107126761211326
Binary11000101110011100100011110101101111101010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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