Html Css Color HEX #6B060A Burgundy

📋 copy color: '#6B060A'

red 107 ◦ green 6 ◦ blue 10

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

Shades of Burgundy #6B060A

Tints of Burgundy #6B060A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.13%

R = 86.99%
G = 4.88%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.58

RGB Variations

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

Color information

#6B060A (or 0x6B060A) is known color: Burgundy. HEX triplet: 6B, 06 and 0A. RGB value is (107,6,10). Sum of RGB (Red+Green+Blue) = 107+6+10=123 (16% of max value = 765). Red value is 107 (42.19% from 255 or 86.99% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 107 - color contains mainly: red. Hex color #6B060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B060A is #94F9F5. Grayscale: #242424. Windows color (decimal): -9763318 or 657003. OLE color: 657003.

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

Color convert

RGB 107 6 10 -
CMYK 0 0.94 0.91 0.58
HSL 357.62º 0.89% 0.22% -
HSV(B) 357.62º 0.94% 0.42% -
XYZ 6.18 3.28 0.59 -
YUV 36.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 107 6 10 0 0.94 0.91 0.58 357.62 0.89 0.22
Hex 6B 6 A 0 5E 5B 3A 166 59 16
Octal 153 6 12 0 136 133 72 546 131 26
Binary 1101011 110 1010 0 1011110 1011011 111010 101100110 1011001 10110

Color Harmonies of #6B060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B060A

Black with #6B060A

Text Example


Text Example

White with #6B060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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