Html Css Color HEX #6B1000 Maroon

📋 copy color: '#6B1000'

red 107 ◦ green 16 ◦ blue 0

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

Shades of Maroon #6B1000

Tints of Maroon #6B1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.01%

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

R = 86.99%
G = 13.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#6B1000 (or 0x6B1000) is known color: Maroon. HEX triplet: 6B, 10 and 00. RGB value is (107,16,0). Sum of RGB (Red+Green+Blue) = 107+16+0=123 (16% of max value = 765). Red value is 107 (42.19% from 255 or 86.99% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1000 is #94EFFF. Grayscale: #292929. Windows color (decimal): -9760768 or 4203. OLE color: 4203.

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

Color convert

RGB 107 16 0 -
CMYK 0 0.85 1 0.58
HSL 8.97º 1% 0.21% -
HSV(B) 8.97º 1% 0.42% -
XYZ 6.25 3.5 0.35 -
YUV 41.39 104.65 174.8 -
System Red Green Blue C M Y K H S L
Decimal 107 16 0 0 0.85 1 0.58 8.97 1 0.21
Hex 6B 10 0 0 55 64 3A 9 64 15
Octal 153 20 0 0 125 144 72 11 144 25
Binary 1101011 10000 0 0 1010101 1100100 111010 1001 1100100 10101

Color Harmonies of #6B1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1000

Black with #6B1000

Text Example


Text Example

White with #6B1000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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