Html Css Color HEX #6D1205 Maroon

📋 copy color: '#6D1205'

red 109 ◦ green 18 ◦ blue 5

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

Shades of Maroon #6D1205

Tints of Maroon #6D1205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.64%

 BLUE value IS 5 (2.34% from 255) = 3.79%

R = 82.58%
G = 13.64%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#6D1205 (or 0x6D1205) is known color: Maroon. HEX triplet: 6D, 12 and 05. RGB value is (109,18,5). Sum of RGB (Red+Green+Blue) = 109+18+5=132 (17% of max value = 765). Red value is 109 (42.97% from 255 or 82.58% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1205 is #92EDFA. Grayscale: #2B2B2B. Windows color (decimal): -9629179 or 332397. OLE color: 332397.

HSL color Cylindrical-coordinate representation of color #6D1205: hue angle of 7.5º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D1205 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 18 5 -
CMYK 0 0.83 0.95 0.57
HSL 7.5º 0.91% 0.22% -
HSV(B) 7.5º 0.95% 0.43% -
XYZ 6.55 3.69 0.51 -
YUV 43.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 109 18 5 0 0.83 0.95 0.57 7.5 0.91 0.22
Hex 6D 12 5 0 53 5F 39 8 5B 16
Octal 155 22 5 0 123 137 71 10 133 26
Binary 1101101 10010 101 0 1010011 1011111 111001 1000 1011011 10110

Color Harmonies of #6D1205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1205

Black with #6D1205

Text Example


Text Example

White with #6D1205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,18,5); }

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

background-color css

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

 a { background-color: rgb(109,18,5); }

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

border-color css

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

 span { border-color: rgb(109,18,5); }

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