Html Css Color HEX #6B1100 Maroon

📋 copy color: '#6B1100'

red 107 ◦ green 17 ◦ blue 0

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

Shades of Maroon #6B1100

Tints of Maroon #6B1100

RGB

 RED value IS 107 (42.19% from 255) = 86.29%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.29%
G = 13.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#6B1100 (or 0x6B1100) is known color: Maroon. HEX triplet: 6B, 11 and 00. RGB value is (107,17,0). Sum of RGB (Red+Green+Blue) = 107+17+0=124 (16% of max value = 765). Red value is 107 (42.19% from 255 or 86.29% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1100 is #94EEFF. Grayscale: #2A2A2A. Windows color (decimal): -9760512 or 4459. OLE color: 4459.

HSL color Cylindrical-coordinate representation of color #6B1100: hue angle of 9.53º 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 #6B1100 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 17 0 -
CMYK 0 0.84 1 0.58
HSL 9.53º 1% 0.21% -
HSV(B) 9.53º 1% 0.42% -
XYZ 6.26 3.53 0.35 -
YUV 41.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 107 17 0 0 0.84 1 0.58 9.53 1 0.21
Hex 6B 11 0 0 54 64 3A A 64 15
Octal 153 21 0 0 124 144 72 12 144 25
Binary 1101011 10001 0 0 1010100 1100100 111010 1010 1100100 10101

Color Harmonies of #6B1100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1100

Black with #6B1100

Text Example


Text Example

White with #6B1100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,17,0); }

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

background-color css

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

 a { background-color: rgb(107,17,0); }

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

border-color css

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

 span { border-color: rgb(107,17,0); }

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