#6C0502

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

Shades of Maroon #6C0502

Tints of Maroon #6C0502

Color information

#6C0502 (or 0x6C0502) is unknown color: approx Maroon. HEX triplet: 6C, 05 and 02. RGB value is (108,5,2). Sum of RGB (Red+Green+Blue) = 108+5+2=115 (15% of max value = 765). Red value is 108 (42.58% from 255 or 93.91% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0502 is #93FAFD. Grayscale: #232323. Windows color (decimal): -9698046 or 132460. OLE color: 132460.

HSL color Cylindrical-coordinate representation of color #6C0502: hue angle of 1.7º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0502 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB10852-
CMYK00.950.980.58
HSL1.7º96.36%21.57%-
HSV(B)1.7º98.15%42.35%-
XYZ6.253.30.37-
YUV35.46109.12179.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 93.91%
GREEN value IS 5 (2.34% from 255) = 4.35%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=93.91%
G=4.35%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1085200.950.980.581.796.3621.57
Hex6C5205F623A26016
Octal15452013714272214026
Binary11011001011001011111110001011101010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C0502; }

 p { color: rgb(108,5,2); }

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

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

 a { background-color: rgb(108,5,2); }

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

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

 span { border-color: rgb(108,5,2); }

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