Html Css Color HEX #6D1800 Maroon

📋 copy color: '#6D1800'

red 109 ◦ green 24 ◦ blue 0

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

Shades of Maroon #6D1800

Tints of Maroon #6D1800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.05%

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

R = 81.95%
G = 18.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#6D1800 (or 0x6D1800) is known color: Maroon. HEX triplet: 6D, 18 and 00. RGB value is (109,24,0). Sum of RGB (Red+Green+Blue) = 109+24+0=133 (17% of max value = 765). Red value is 109 (42.97% from 255 or 81.95% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1800 is #92E7FF. Grayscale: #2E2E2E. Windows color (decimal): -9627648 or 6253. OLE color: 6253.

HSL color Cylindrical-coordinate representation of color #6D1800: hue angle of 13.21º 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 #6D1800 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 24 0 -
CMYK 0 0.78 1 0.57
HSL 13.21º 1% 0.21% -
HSV(B) 13.21º 1% 0.43% -
XYZ 6.63 3.9 0.4 -
YUV 46.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 109 24 0 0 0.78 1 0.57 13.21 1 0.21
Hex 6D 18 0 0 4E 64 39 D 64 15
Octal 155 30 0 0 116 144 71 15 144 25
Binary 1101101 11000 0 0 1001110 1100100 111001 1101 1100100 10101

Color Harmonies of #6D1800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1800

Black with #6D1800

Text Example


Text Example

White with #6D1800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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