Html Css Color HEX #6D060D Burgundy

📋 copy color: '#6D060D'

red 109 ◦ green 6 ◦ blue 13

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

Shades of Burgundy #6D060D

Tints of Burgundy #6D060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.16%

R = 85.16%
G = 4.69%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6D060D (or 0x6D060D) is known color: Burgundy. HEX triplet: 6D, 06 and 0D. RGB value is (109,6,13). Sum of RGB (Red+Green+Blue) = 109+6+13=128 (16% of max value = 765). Red value is 109 (42.97% from 255 or 85.16% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 109 - color contains mainly: red. Hex color #6D060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D060D is #92F9F2. Grayscale: #252525. Windows color (decimal): -9632243 or 853613. OLE color: 853613.

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

Color convert

RGB 109 6 13 -
CMYK 0 0.94 0.88 0.57
HSL 355.92º 0.9% 0.23% -
HSV(B) 355.92º 0.94% 0.43% -
XYZ 6.44 3.41 0.7 -
YUV 37.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 109 6 13 0 0.94 0.88 0.57 355.92 0.9 0.23
Hex 6D 6 D 0 5E 58 39 164 5A 17
Octal 155 6 15 0 136 130 71 544 132 27
Binary 1101101 110 1101 0 1011110 1011000 111001 101100100 1011010 10111

Color Harmonies of #6D060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D060D

Black with #6D060D

Text Example


Text Example

White with #6D060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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