#600A00

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

Shades of Maroon #600A00

Tints of Maroon #600A00

Color information

#600A00 (or 0x600A00) is unknown color: approx Maroon. HEX triplet: 60, 0A and 00. RGB value is (96,10,0). Sum of RGB (Red+Green+Blue) = 96+10+0=106 (14% of max value = 765). Red value is 96 (37.89% from 255 or 90.57% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 96 - color contains mainly: red. Hex color #600A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600A00 is #9FF5FF. Grayscale: #222222. Windows color (decimal): -10483200 or 2656. OLE color: 2656.

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

Color convert

RGB96100-
CMYK00.9010.62
HSL6.25º100%18.82%-
HSV(B)6.25º100%37.65%-
XYZ4.932.70.26-
YUV34.57108.49171.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 90.57%
GREEN value IS 10 (4.30% from 255) = 9.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.57%
G=9.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9610000.9010.626.2510018.82
Hex60A005A643E66413
Octal140120013214476614423
Binary110000010100010110101100100111110110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600A00; }

 p { color: rgb(96,10,0); }

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

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

 a { background-color: rgb(96,10,0); }

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

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

 span { border-color: rgb(96,10,0); }

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