#620E00

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

Shades of Maroon #620E00

Tints of Maroon #620E00

Color information

#620E00 (or 0x620E00) is unknown color: approx Maroon. HEX triplet: 62, 0E and 00. RGB value is (98,14,0). Sum of RGB (Red+Green+Blue) = 98+14+0=112 (14% of max value = 765). Red value is 98 (38.67% from 255 or 87.5% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 98 - color contains mainly: red. Hex color #620E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620E00 is #9DF1FF. Grayscale: #252525. Windows color (decimal): -10351104 or 3682. OLE color: 3682.

HSL color Cylindrical-coordinate representation of color #620E00: hue angle of 8.57º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620E00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB98140-
CMYK00.8610.62
HSL8.57º100%19.22%-
HSV(B)8.57º100%38.43%-
XYZ5.192.910.29-
YUV37.52106.83171.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 87.5%
GREEN value IS 14 (5.86% from 255) = 12.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.5%
G=12.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9814000.8610.628.5710019.22
Hex62E0056643E96413
Octal1421600126144761114423
Binary1100010111000101011011001001111101001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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