#610600

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

Shades of Maroon #610600

Tints of Maroon #610600

Color information

#610600 (or 0x610600) is unknown color: approx Maroon. HEX triplet: 61, 06 and 00. RGB value is (97,6,0). Sum of RGB (Red+Green+Blue) = 97+6+0=103 (13% of max value = 765). Red value is 97 (38.28% from 255 or 94.17% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 97 - color contains mainly: red. Hex color #610600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610600 is #9EF9FF. Grayscale: #202020. Windows color (decimal): -10418688 or 1633. OLE color: 1633.

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

Color convert

RGB9760-
CMYK00.9410.62
HSL3.71º100%19.02%-
HSV(B)3.71º100%38.04%-
XYZ4.992.670.25-
YUV32.52109.65173.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 94.17%
GREEN value IS 6 (2.73% from 255) = 5.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.17%
G=5.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal976000.9410.623.7110019.02
Hex616005E643E46413
Octal14160013614476414423
Binary11000011100010111101100100111110100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610600; }

 p { color: rgb(97,6,0); }

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

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

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

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

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

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

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