#620606

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

Shades of Maroon #620606

Tints of Maroon #620606

Color information

#620606 (or 0x620606) is unknown color: approx Maroon. HEX triplet: 62, 06 and 06. RGB value is (98,6,6). Sum of RGB (Red+Green+Blue) = 98+6+6=110 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.09% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 98 - color contains mainly: red. Hex color #620606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620606 is #9DF9F9. Grayscale: #212121. Windows color (decimal): -10353146 or 394850. OLE color: 394850.

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

Color convert

RGB9866-
CMYK00.940.940.62
HSL88.46%20.39%-
HSV(B)93.88%38.43%-
XYZ5.132.740.43-
YUV33.51112.48174-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 89.09%
GREEN value IS 6 (2.73% from 255) = 5.45%
BLUE value IS 6 (2.73% from 255) = 5.45%
R=89.09%
G=5.45%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal986600.940.940.62088.4620.39
Hex626605E5E3E05814
Octal14266013613676013024
Binary11000101101100101111010111101111100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620606; }

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

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

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

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

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

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

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

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