Html Css Color HEX #6B060B Burgundy

📋 copy color: '#6B060B'

red 107 ◦ green 6 ◦ blue 11

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

Shades of Burgundy #6B060B

Tints of Burgundy #6B060B

RGB

 RED value IS 107 (42.19% from 255) = 86.29%

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

 BLUE value IS 11 (4.69% from 255) = 8.87%

R = 86.29%
G = 4.84%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6B060B (or 0x6B060B) is known color: Burgundy. HEX triplet: 6B, 06 and 0B. RGB value is (107,6,11). Sum of RGB (Red+Green+Blue) = 107+6+11=124 (16% of max value = 765). Red value is 107 (42.19% from 255 or 86.29% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 107 - color contains mainly: red. Hex color #6B060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B060B is #94F9F4. Grayscale: #242424. Windows color (decimal): -9763317 or 722539. OLE color: 722539.

HSL color Cylindrical-coordinate representation of color #6B060B: hue angle of 357.03º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B060B is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 6 11 -
CMYK 0 0.94 0.90 0.58
HSL 357.03º 0.89% 0.22% -
HSV(B) 357.03º 0.94% 0.42% -
XYZ 6.19 3.28 0.62 -
YUV 36.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 107 6 11 0 0.94 0.90 0.58 357.03 0.89 0.22
Hex 6B 6 B 0 5E 5A 3A 165 59 16
Octal 153 6 13 0 136 132 72 545 131 26
Binary 1101011 110 1011 0 1011110 1011010 111010 101100101 1011001 10110

Color Harmonies of #6B060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B060B

Black with #6B060B

Text Example


Text Example

White with #6B060B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,6,11); }

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

background-color css

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

 a { background-color: rgb(107,6,11); }

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

border-color css

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

 span { border-color: rgb(107,6,11); }

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