#620F0E

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

Shades of Red Oxide #620F0E

Tints of Red Oxide #620F0E

Color information

#620F0E (or 0x620F0E) is unknown color: approx Red Oxide. HEX triplet: 62, 0F and 0E. RGB value is (98,15,14). Sum of RGB (Red+Green+Blue) = 98+15+14=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #620F0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620F0E is #9DF0F1. Grayscale: #272727. Windows color (decimal): -10350834 or 921442. OLE color: 921442.

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

Color convert

RGB981514-
CMYK00.850.860.62
HSL0.71º75%21.96%-
HSV(B)0.71º85.71%38.43%-
XYZ5.292.970.71-
YUV39.7113.5169.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 77.17%
GREEN value IS 15 (6.25% from 255) = 11.81%
BLUE value IS 14 (5.86% from 255) = 11.02%
R=77.17%
G=11.81%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98151400.850.860.620.717521.96
Hex62FE055563E14b16
Octal1421716012512676111326
Binary1100010111111100101010110101101111101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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