Html Css Color HEX #6D061A Burgundy

📋 copy color: '#6D061A'

red 109 ◦ green 6 ◦ blue 26

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

Shades of Burgundy #6D061A

Tints of Burgundy #6D061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.44%

R = 77.3%
G = 4.26%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6D061A (or 0x6D061A) is known color: Burgundy. HEX triplet: 6D, 06 and 1A. RGB value is (109,6,26). Sum of RGB (Red+Green+Blue) = 109+6+26=141 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.30% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 109 - color contains mainly: red. Hex color #6D061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D061A is #92F9E5. Grayscale: #272727. Windows color (decimal): -9632230 or 1705581. OLE color: 1705581.

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

Color convert

RGB 109 6 26 -
CMYK 0 0.94 0.76 0.57
HSL 348.35º 0.9% 0.23% -
HSV(B) 348.35º 0.94% 0.43% -
XYZ 6.56 3.46 1.3 -
YUV 39.08 120.62 177.87 -
System Red Green Blue C M Y K H S L
Decimal 109 6 26 0 0.94 0.76 0.57 348.35 0.9 0.23
Hex 6D 6 1A 0 5E 4C 39 15C 5A 17
Octal 155 6 32 0 136 114 71 534 132 27
Binary 1101101 110 11010 0 1011110 1001100 111001 101011100 1011010 10111

Color Harmonies of #6D061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D061A

Black with #6D061A

Text Example


Text Example

White with #6D061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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