#620605

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

Shades of Maroon #620605

Tints of Maroon #620605

Color information

#620605 (or 0x620605) is unknown color: approx Maroon. HEX triplet: 62, 06 and 05. RGB value is (98,6,5). Sum of RGB (Red+Green+Blue) = 98+6+5=109 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.91% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 98 - color contains mainly: red. Hex color #620605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620605 is #9DF9FA. Grayscale: #212121. Windows color (decimal): -10353147 or 329314. OLE color: 329314.

HSL color Cylindrical-coordinate representation of color #620605: hue angle of 0.65º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620605 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB9865-
CMYK00.940.950.62
HSL0.65º90.29%20.2%-
HSV(B)0.65º94.9%38.43%-
XYZ5.132.740.4-
YUV33.39111.98174.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 89.91%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 5 (2.34% from 255) = 4.59%
R=89.91%
G=5.50%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal986500.940.950.620.6590.2920.2
Hex626505E5F3E15a14
Octal14265013613776113224
Binary11000101101010101111010111111111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620605; }

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

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

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

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

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

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

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

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