Html Css Color HEX #6D1202 Maroon

📋 copy color: '#6D1202'

red 109 ◦ green 18 ◦ blue 2

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

Shades of Maroon #6D1202

Tints of Maroon #6D1202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.55%

R = 84.5%
G = 13.95%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.57

RGB Variations

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

Color information

#6D1202 (or 0x6D1202) is known color: Maroon. HEX triplet: 6D, 12 and 02. RGB value is (109,18,2). Sum of RGB (Red+Green+Blue) = 109+18+2=129 (17% of max value = 765). Red value is 109 (42.97% from 255 or 84.50% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1202 is #92EDFD. Grayscale: #2B2B2B. Windows color (decimal): -9629182 or 135789. OLE color: 135789.

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

Color convert

RGB 109 18 2 -
CMYK 0 0.83 0.98 0.57
HSL 8.97º 0.96% 0.22% -
HSV(B) 8.97º 0.98% 0.43% -
XYZ 6.53 3.69 0.42 -
YUV 43.39 104.65 174.8 -
System Red Green Blue C M Y K H S L
Decimal 109 18 2 0 0.83 0.98 0.57 8.97 0.96 0.22
Hex 6D 12 2 0 53 62 39 9 60 16
Octal 155 22 2 0 123 142 71 11 140 26
Binary 1101101 10010 10 0 1010011 1100010 111001 1001 1100000 10110

Color Harmonies of #6D1202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1202

Black with #6D1202

Text Example


Text Example

White with #6D1202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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