Html Css Color HEX #6D0600 Maroon

📋 copy color: '#6D0600'

red 109 ◦ green 6 ◦ blue 0

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

Shades of Maroon #6D0600

Tints of Maroon #6D0600

RGB

 RED value IS 109 (42.97% from 255) = 94.78%

 GREEN value IS 6 (2.73% from 255) = 5.22%

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

R = 94.78%
G = 5.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#6D0600 (or 0x6D0600) is known color: Maroon. HEX triplet: 6D, 06 and 00. RGB value is (109,6,0). Sum of RGB (Red+Green+Blue) = 109+6+0=115 (15% of max value = 765). Red value is 109 (42.97% from 255 or 94.78% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0600 is #92F9FF. Grayscale: #242424. Windows color (decimal): -9632256 or 1645. OLE color: 1645.

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

Color convert

RGB 109 6 0 -
CMYK 0 0.94 1 0.57
HSL 3.3º 1% 0.21% -
HSV(B) 3.3º 1% 0.43% -
XYZ 6.37 3.38 0.32 -
YUV 36.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 109 6 0 0 0.94 1 0.57 3.3 1 0.21
Hex 6D 6 0 0 5E 64 39 3 64 15
Octal 155 6 0 0 136 144 71 3 144 25
Binary 1101101 110 0 0 1011110 1100100 111001 11 1100100 10101

Color Harmonies of #6D0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0600

Black with #6D0600

Text Example


Text Example

White with #6D0600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,6,0); }

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

background-color css

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

 a { background-color: rgb(109,6,0); }

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

border-color css

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

 span { border-color: rgb(109,6,0); }

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