Html Css Color HEX #6B0C0B Maroon

📋 copy color: '#6B0C0B'

red 107 ◦ green 12 ◦ blue 11

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

Shades of Maroon #6B0C0B

Tints of Maroon #6B0C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.23%

 BLUE value IS 11 (4.69% from 255) = 8.46%

R = 82.31%
G = 9.23%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6B0C0B (or 0x6B0C0B) is known color: Maroon. HEX triplet: 6B, 0C and 0B. RGB value is (107,12,11). Sum of RGB (Red+Green+Blue) = 107+12+11=130 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.31% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0C0B is #94F3F4. Grayscale: #282828. Windows color (decimal): -9761781 or 724075. OLE color: 724075.

HSL color Cylindrical-coordinate representation of color #6B0C0B: hue angle of 0.62º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0C0B is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 12 11 -
CMYK 0 0.89 0.90 0.58
HSL 0.63º 0.81% 0.23% -
HSV(B) 0.63º 0.9% 0.42% -
XYZ 6.26 3.41 0.65 -
YUV 40.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 107 12 11 0 0.89 0.90 0.58 0.63 0.81 0.23
Hex 6B C B 0 59 5A 3A 1 51 17
Octal 153 14 13 0 131 132 72 1 121 27
Binary 1101011 1100 1011 0 1011001 1011010 111010 1 1010001 10111

Color Harmonies of #6B0C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0C0B

Black with #6B0C0B

Text Example


Text Example

White with #6B0C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,12,11); }

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

background-color css

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

 a { background-color: rgb(107,12,11); }

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

border-color css

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

 span { border-color: rgb(107,12,11); }

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