Html Css Color HEX #6A1102 Maroon

📋 copy color: '#6A1102'

red 106 ◦ green 17 ◦ blue 2

#6A1102
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #6A1102

Tints of Maroon #6A1102

RGB

 RED value IS 106 (41.8% from 255) = 84.8%

 GREEN value IS 17 (7.03% from 255) = 13.6%

 BLUE value IS 2 (1.17% from 255) = 1.6%

R = 84.8%
G = 13.6%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#6A1102 (or 0x6A1102) is known color: Maroon. HEX triplet: 6A, 11 and 02. RGB value is (106,17,2). Sum of RGB (Red+Green+Blue) = 106+17+2=125 (16% of max value = 765). Red value is 106 (41.80% from 255 or 84.8% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1102 is #95EEFD. Grayscale: #2A2A2A. Windows color (decimal): -9826046 or 135530. OLE color: 135530.

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

Color convert

RGB 106 17 2 -
CMYK 0 0.84 0.98 0.58
HSL 8.65º 0.96% 0.21% -
HSV(B) 8.65º 0.98% 0.42% -
XYZ 6.16 3.47 0.4 -
YUV 41.9 105.49 173.72 -
System Red Green Blue C M Y K H S L
Decimal 106 17 2 0 0.84 0.98 0.58 8.65 0.96 0.21
Hex 6A 11 2 0 54 62 3A 9 60 15
Octal 152 21 2 0 124 142 72 11 140 25
Binary 1101010 10001 10 0 1010100 1100010 111010 1001 1100000 10101

Color Harmonies of #6A1102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1102

Black with #6A1102

Text Example


Text Example

White with #6A1102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,17,2); }

 H1.HeaderClassName
 {
   color: #6A1102;
 }
 .AnyTagClassName
 {
   color: #6A1102;
 }
</style>

background-color css

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

 a { background-color: rgb(106,17,2); }

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

border-color css

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

 span { border-color: rgb(106,17,2); }

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