#6C1601

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

Shades of Maroon #6C1601

Tints of Maroon #6C1601

Color information

#6C1601 (or 0x6C1601) is unknown color: approx Maroon. HEX triplet: 6C, 16 and 01. RGB value is (108,22,1). Sum of RGB (Red+Green+Blue) = 108+22+1=131 (17% of max value = 765). Red value is 108 (42.58% from 255 or 82.44% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1601 is #93E9FE. Grayscale: #2D2D2D. Windows color (decimal): -9693695 or 71276. OLE color: 71276.

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

Color convert

RGB108221-
CMYK00.800.990.58
HSL11.78º98.17%21.37%-
HSV(B)11.78º99.07%42.35%-
XYZ6.483.760.41-
YUV45.32102.99172.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 82.44%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=82.44%
G=16.79%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10822100.800.990.5811.7898.1721.37
Hex6C161050633Ac6215
Octal1542610120143721414225
Binary11011001011010101000011000111110101100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,22,1); }

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

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

 a { background-color: rgb(108,22,1); }

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

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

 span { border-color: rgb(108,22,1); }

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