#621A06

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

Shades of Red Oxide #621A06

Tints of Red Oxide #621A06

Color information

#621A06 (or 0x621A06) is unknown color: approx Red Oxide. HEX triplet: 62, 1A and 06. RGB value is (98,26,6). Sum of RGB (Red+Green+Blue) = 98+26+6=130 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.38% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 98 - color contains mainly: red. Hex color #621A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A06 is #9DE5F9. Grayscale: #2D2D2D. Windows color (decimal): -10348026 or 399970. OLE color: 399970.

HSL color Cylindrical-coordinate representation of color #621A06: hue angle of 13.04º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #621A06 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB98266-
CMYK00.730.940.62
HSL13.04º88.46%20.39%-
HSV(B)13.04º93.88%38.43%-
XYZ5.443.350.53-
YUV45.25105.85165.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 75.38%
GREEN value IS 26 (10.55% from 255) = 20%
BLUE value IS 6 (2.73% from 255) = 4.62%
R=75.38%
G=20%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9826600.730.940.6213.0488.4620.39
Hex621A60495E3Ed5814
Octal1423260111136761513024
Binary1100010110101100100100110111101111101101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,26,6); }

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

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

 a { background-color: rgb(98,26,6); }

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

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

 span { border-color: rgb(98,26,6); }

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