#600705

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

Shades of Maroon #600705

Tints of Maroon #600705

Color information

#600705 (or 0x600705) is unknown color: approx Maroon. HEX triplet: 60, 07 and 05. RGB value is (96,7,5). Sum of RGB (Red+Green+Blue) = 96+7+5=108 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.89% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 96 - color contains mainly: red. Hex color #600705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600705 is #9FF8FA. Grayscale: #212121. Windows color (decimal): -10483963 or 329568. OLE color: 329568.

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

Color convert

RGB9675-
CMYK00.930.950.62
HSL1.32º90.1%19.8%-
HSV(B)1.32º94.79%37.65%-
XYZ4.932.650.4-
YUV33.38111.99172.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 88.89%
GREEN value IS 7 (3.12% from 255) = 6.48%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=88.89%
G=6.48%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal967500.930.950.621.3290.119.8
Hex607505D5F3E15a14
Octal14075013513776113224
Binary11000001111010101110110111111111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600705; }

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

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

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

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

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

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

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

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