Html Css Color HEX #6B0900 Maroon

📋 copy color: '#6B0900'

red 107 ◦ green 9 ◦ blue 0

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

Shades of Maroon #6B0900

Tints of Maroon #6B0900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.24%
G = 7.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#6B0900 (or 0x6B0900) is known color: Maroon. HEX triplet: 6B, 09 and 00. RGB value is (107,9,0). Sum of RGB (Red+Green+Blue) = 107+9+0=116 (15% of max value = 765). Red value is 107 (42.19% from 255 or 92.24% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0900 is #94F6FF. Grayscale: #252525. Windows color (decimal): -9762560 or 2411. OLE color: 2411.

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

Color convert

RGB 107 9 0 -
CMYK 0 0.92 1 0.58
HSL 5.05º 1% 0.21% -
HSV(B) 5.05º 1% 0.42% -
XYZ 6.16 3.32 0.32 -
YUV 37.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 107 9 0 0 0.92 1 0.58 5.05 1 0.21
Hex 6B 9 0 0 5C 64 3A 5 64 15
Octal 153 11 0 0 134 144 72 5 144 25
Binary 1101011 1001 0 0 1011100 1100100 111010 101 1100100 10101

Color Harmonies of #6B0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0900

Black with #6B0900

Text Example


Text Example

White with #6B0900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,9,0); }

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

background-color css

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

 a { background-color: rgb(107,9,0); }

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

border-color css

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

 span { border-color: rgb(107,9,0); }

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