Html Css Color HEX #6B1008 Maroon

📋 copy color: '#6B1008'

red 107 ◦ green 16 ◦ blue 8

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

Shades of Maroon #6B1008

Tints of Maroon #6B1008

RGB

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

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

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

R = 81.68%
G = 12.21%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6B1008 (or 0x6B1008) is known color: Maroon. HEX triplet: 6B, 10 and 08. RGB value is (107,16,8). Sum of RGB (Red+Green+Blue) = 107+16+8=131 (17% of max value = 765). Red value is 107 (42.19% from 255 or 81.68% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1008 is #94EFF7. Grayscale: #2A2A2A. Windows color (decimal): -9760760 or 528491. OLE color: 528491.

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

Color convert

RGB 107 16 8 -
CMYK 0 0.85 0.93 0.58
HSL 4.85º 0.86% 0.23% -
HSV(B) 4.85º 0.93% 0.42% -
XYZ 6.29 3.51 0.58 -
YUV 42.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 107 16 8 0 0.85 0.93 0.58 4.85 0.86 0.23
Hex 6B 10 8 0 55 5D 3A 5 56 17
Octal 153 20 10 0 125 135 72 5 126 27
Binary 1101011 10000 1000 0 1010101 1011101 111010 101 1010110 10111

Color Harmonies of #6B1008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1008

Black with #6B1008

Text Example


Text Example

White with #6B1008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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