Html Css Color HEX #6B0A07 Maroon

📋 copy color: '#6B0A07'

red 107 ◦ green 10 ◦ blue 7

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

Shades of Maroon #6B0A07

Tints of Maroon #6B0A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.06%

 BLUE value IS 7 (3.13% from 255) = 5.65%

R = 86.29%
G = 8.06%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6B0A07 (or 0x6B0A07) is known color: Maroon. HEX triplet: 6B, 0A and 07. RGB value is (107,10,7). Sum of RGB (Red+Green+Blue) = 107+10+7=124 (16% of max value = 765). Red value is 107 (42.19% from 255 or 86.29% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0A07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0A07 is #94F5F8. Grayscale: #262626. Windows color (decimal): -9762297 or 461419. OLE color: 461419.

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

Color convert

RGB 107 10 7 -
CMYK 0 0.91 0.93 0.58
HSL 1.8º 0.88% 0.22% -
HSV(B) 1.8º 0.93% 0.42% -
XYZ 6.21 3.36 0.52 -
YUV 38.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 107 10 7 0 0.91 0.93 0.58 1.8 0.88 0.22
Hex 6B A 7 0 5B 5D 3A 2 58 16
Octal 153 12 7 0 133 135 72 2 130 26
Binary 1101011 1010 111 0 1011011 1011101 111010 10 1011000 10110

Color Harmonies of #6B0A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0A07

Black with #6B0A07

Text Example


Text Example

White with #6B0A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,10,7); }

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

background-color css

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

 a { background-color: rgb(107,10,7); }

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

border-color css

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

 span { border-color: rgb(107,10,7); }

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