#600605

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

Shades of Maroon #600605

Tints of Maroon #600605

Color information

#600605 (or 0x600605) is unknown color: approx Maroon. HEX triplet: 60, 06 and 05. RGB value is (96,6,5). Sum of RGB (Red+Green+Blue) = 96+6+5=107 (14% of max value = 765). Red value is 96 (37.89% from 255 or 89.72% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 96 - color contains mainly: red. Hex color #600605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600605 is #9FF9FA. Grayscale: #202020. Windows color (decimal): -10484219 or 329312. OLE color: 329312.

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

Color convert

RGB9665-
CMYK00.940.950.62
HSL0.66º90.1%19.8%-
HSV(B)0.66º94.79%37.65%-
XYZ4.922.630.39-
YUV32.8112.32173.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 89.72%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=89.72%
G=5.61%
B=4.67%

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
Decimal966500.940.950.620.6690.119.8
Hex606505E5F3E15a14
Octal14065013613776113224
Binary11000001101010101111010111111111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600605; }

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

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

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

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

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

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

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

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