#621806

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

Shades of Red Oxide #621806

Tints of Red Oxide #621806

Color information

#621806 (or 0x621806) is unknown color: approx Red Oxide. HEX triplet: 62, 18 and 06. RGB value is (98,24,6). Sum of RGB (Red+Green+Blue) = 98+24+6=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #621806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621806 is #9DE7F9. Grayscale: #2C2C2C. Windows color (decimal): -10348538 or 399458. OLE color: 399458.

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

Color convert

RGB98246-
CMYK00.760.940.62
HSL11.74º88.46%20.39%-
HSV(B)11.74º93.88%38.43%-
XYZ5.43.260.52-
YUV44.07106.52166.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 76.56%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 6 (2.73% from 255) = 4.69%
R=76.56%
G=18.75%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9824600.760.940.6211.7488.4620.39
Hex6218604C5E3Ec5814
Octal1423060114136761413024
Binary1100010110001100100110010111101111101100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621806; }

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

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

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

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

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

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

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

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