Html Css Color HEX #6B0806 Maroon

📋 copy color: '#6B0806'

red 107 ◦ green 8 ◦ blue 6

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

Shades of Maroon #6B0806

Tints of Maroon #6B0806

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.61%

 BLUE value IS 6 (2.73% from 255) = 4.96%

R = 88.43%
G = 6.61%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#6B0806 (or 0x6B0806) is known color: Maroon. HEX triplet: 6B, 08 and 06. RGB value is (107,8,6). Sum of RGB (Red+Green+Blue) = 107+8+6=121 (16% of max value = 765). Red value is 107 (42.19% from 255 or 88.43% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0806 is #94F7F9. Grayscale: #252525. Windows color (decimal): -9762810 or 395371. OLE color: 395371.

HSL color Cylindrical-coordinate representation of color #6B0806: hue angle of 1.19º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0806 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 8 6 -
CMYK 0 0.93 0.94 0.58
HSL 1.19º 0.89% 0.22% -
HSV(B) 1.19º 0.94% 0.42% -
XYZ 6.18 3.31 0.49 -
YUV 37.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 107 8 6 0 0.93 0.94 0.58 1.19 0.89 0.22
Hex 6B 8 6 0 5D 5E 3A 1 59 16
Octal 153 10 6 0 135 136 72 1 131 26
Binary 1101011 1000 110 0 1011101 1011110 111010 1 1011001 10110

Color Harmonies of #6B0806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0806

Black with #6B0806

Text Example


Text Example

White with #6B0806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,8,6); }

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

background-color css

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

 a { background-color: rgb(107,8,6); }

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

border-color css

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

 span { border-color: rgb(107,8,6); }

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