Html Css Color HEX #6B0F08 Maroon

📋 copy color: '#6B0F08'

red 107 ◦ green 15 ◦ blue 8

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

Shades of Maroon #6B0F08

Tints of Maroon #6B0F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.54%

 BLUE value IS 8 (3.52% from 255) = 6.15%

R = 82.31%
G = 11.54%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6B0F08 (or 0x6B0F08) is known color: Maroon. HEX triplet: 6B, 0F and 08. RGB value is (107,15,8). Sum of RGB (Red+Green+Blue) = 107+15+8=130 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.31% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0F08 is #94F0F7. Grayscale: #292929. Windows color (decimal): -9761016 or 528235. OLE color: 528235.

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

Color convert

RGB 107 15 8 -
CMYK 0 0.86 0.93 0.58
HSL 4.24º 0.86% 0.23% -
HSV(B) 4.24º 0.93% 0.42% -
XYZ 6.28 3.48 0.57 -
YUV 41.71 108.98 174.57 -
System Red Green Blue C M Y K H S L
Decimal 107 15 8 0 0.86 0.93 0.58 4.24 0.86 0.23
Hex 6B F 8 0 56 5D 3A 4 56 17
Octal 153 17 10 0 126 135 72 4 126 27
Binary 1101011 1111 1000 0 1010110 1011101 111010 100 1010110 10111

Color Harmonies of #6B0F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0F08

Black with #6B0F08

Text Example


Text Example

White with #6B0F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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