#620A06

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

Shades of Red Oxide #620A06

Tints of Red Oxide #620A06

Color information

#620A06 (or 0x620A06) is unknown color: approx Red Oxide. HEX triplet: 62, 0A and 06. RGB value is (98,10,6). Sum of RGB (Red+Green+Blue) = 98+10+6=114 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.96% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 98 - color contains mainly: red. Hex color #620A06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620A06 is #9DF5F9. Grayscale: #232323. Windows color (decimal): -10352122 or 395874. OLE color: 395874.

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

Color convert

RGB98106-
CMYK00.900.940.62
HSL2.61º88.46%20.39%-
HSV(B)2.61º93.88%38.43%-
XYZ5.182.830.45-
YUV35.86111.15172.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 85.96%
GREEN value IS 10 (4.30% from 255) = 8.77%
BLUE value IS 6 (2.73% from 255) = 5.26%
R=85.96%
G=8.77%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9810600.900.940.622.6188.4620.39
Hex62A605A5E3E35814
Octal142126013213676313024
Binary1100010101011001011010101111011111011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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