#6A1700

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

Shades of Maroon #6A1700

Tints of Maroon #6A1700

Color information

#6A1700 (or 0x6A1700) is unknown color: approx Maroon. HEX triplet: 6A, 17 and 00. RGB value is (106,23,0). Sum of RGB (Red+Green+Blue) = 106+23+0=129 (17% of max value = 765). Red value is 106 (41.80% from 255 or 82.17% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1700 is #95E8FF. Grayscale: #2D2D2D. Windows color (decimal): -9824512 or 5994. OLE color: 5994.

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

Color convert

RGB106230-
CMYK00.7810.58
HSL13.02º100%20.78%-
HSV(B)13.02º100%41.57%-
XYZ6.253.680.38-
YUV45.2102.5171.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 82.17%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.17%
G=17.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10623000.7810.5813.0210020.78
Hex6A17004E643Ad6415
Octal1522700116144721514425
Binary11010101011100100111011001001110101101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,23,0); }

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

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

 a { background-color: rgb(106,23,0); }

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

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

 span { border-color: rgb(106,23,0); }

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