#600C01

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

Shades of Maroon #600C01

Tints of Maroon #600C01

Color information

#600C01 (or 0x600C01) is unknown color: approx Maroon. HEX triplet: 60, 0C and 01. RGB value is (96,12,1). Sum of RGB (Red+Green+Blue) = 96+12+1=109 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.07% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 96 - color contains mainly: red. Hex color #600C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600C01 is #9FF3FE. Grayscale: #232323. Windows color (decimal): -10482687 or 68704. OLE color: 68704.

HSL color Cylindrical-coordinate representation of color #600C01: hue angle of 6.95º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600C01 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB96121-
CMYK00.880.990.62
HSL6.95º97.94%19.02%-
HSV(B)6.95º98.96%37.65%-
XYZ4.962.750.3-
YUV35.86108.33170.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 88.07%
GREEN value IS 12 (5.08% from 255) = 11.01%
BLUE value IS 1 (0.78% from 255) = 0.92%
R=88.07%
G=11.01%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9612100.880.990.626.9597.9419.02
Hex60C1058633E76213
Octal140141013014376714223
Binary110000011001010110001100011111110111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,12,1); }

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

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

 a { background-color: rgb(96,12,1); }

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

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

 span { border-color: rgb(96,12,1); }

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