#621306

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

Shades of Red Oxide #621306

Tints of Red Oxide #621306

Color information

#621306 (or 0x621306) is unknown color: approx Red Oxide. HEX triplet: 62, 13 and 06. RGB value is (98,19,6). Sum of RGB (Red+Green+Blue) = 98+19+6=123 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.67% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 98 - color contains mainly: red. Hex color #621306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621306 is #9DECF9. Grayscale: #292929. Windows color (decimal): -10349818 or 398178. OLE color: 398178.

HSL color Cylindrical-coordinate representation of color #621306: hue angle of 8.48º 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 #621306 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB98196-
CMYK00.810.940.62
HSL8.48º88.46%20.39%-
HSV(B)8.48º93.88%38.43%-
XYZ5.33.080.49-
YUV41.14108.17168.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 79.67%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 6 (2.73% from 255) = 4.88%
R=79.67%
G=15.45%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9819600.810.940.628.4888.4620.39
Hex621360515E3E85814
Octal1422360121136761013024
Binary1100010100111100101000110111101111101000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621306; }

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

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

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

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

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

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

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

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