Html Css Color HEX #6D1600 Maroon

📋 copy color: '#6D1600'

red 109 ◦ green 22 ◦ blue 0

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

Shades of Maroon #6D1600

Tints of Maroon #6D1600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.79%

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

R = 83.21%
G = 16.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#6D1600 (or 0x6D1600) is known color: Maroon. HEX triplet: 6D, 16 and 00. RGB value is (109,22,0). Sum of RGB (Red+Green+Blue) = 109+22+0=131 (17% of max value = 765). Red value is 109 (42.97% from 255 or 83.21% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1600 is #92E9FF. Grayscale: #2D2D2D. Windows color (decimal): -9628160 or 5741. OLE color: 5741.

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

Color convert

RGB 109 22 0 -
CMYK 0 0.80 1 0.57
HSL 12.11º 1% 0.21% -
HSV(B) 12.11º 1% 0.43% -
XYZ 6.59 3.83 0.39 -
YUV 45.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 109 22 0 0 0.80 1 0.57 12.11 1 0.21
Hex 6D 16 0 0 50 64 39 C 64 15
Octal 155 26 0 0 120 144 71 14 144 25
Binary 1101101 10110 0 0 1010000 1100100 111001 1100 1100100 10101

Color Harmonies of #6D1600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1600

Black with #6D1600

Text Example


Text Example

White with #6D1600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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