#620906

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

Shades of Maroon #620906

Tints of Maroon #620906

Color information

#620906 (or 0x620906) is unknown color: approx Maroon. HEX triplet: 62, 09 and 06. RGB value is (98,9,6). Sum of RGB (Red+Green+Blue) = 98+9+6=113 (14% of max value = 765). Red value is 98 (38.67% from 255 or 86.73% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 98 - color contains mainly: red. Hex color #620906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620906 is #9DF6F9. Grayscale: #232323. Windows color (decimal): -10352378 or 395618. OLE color: 395618.

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

Color convert

RGB9896-
CMYK00.910.940.62
HSL1.96º88.46%20.39%-
HSV(B)1.96º93.88%38.43%-
XYZ5.172.810.44-
YUV35.27111.49172.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 86.73%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=86.73%
G=7.96%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal989600.910.940.621.9688.4620.39
Hex629605B5E3E25814
Octal142116013313676213024
Binary1100010100111001011011101111011111010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620906; }

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

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

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

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

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

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

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

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