Html Css Color HEX #6B060D Burgundy

📋 copy color: '#6B060D'

red 107 ◦ green 6 ◦ blue 13

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

Shades of Burgundy #6B060D

Tints of Burgundy #6B060D

RGB

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

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

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

R = 84.92%
G = 4.76%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B060D (or 0x6B060D) is known color: Burgundy. HEX triplet: 6B, 06 and 0D. RGB value is (107,6,13). Sum of RGB (Red+Green+Blue) = 107+6+13=126 (16% of max value = 765). Red value is 107 (42.19% from 255 or 84.92% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 107 - color contains mainly: red. Hex color #6B060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B060D is #94F9F2. Grayscale: #252525. Windows color (decimal): -9763315 or 853611. OLE color: 853611.

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

Color convert

RGB 107 6 13 -
CMYK 0 0.94 0.88 0.58
HSL 355.84º 0.89% 0.22% -
HSV(B) 355.84º 0.94% 0.42% -
XYZ 6.2 3.29 0.69 -
YUV 37 114.46 177.93 -
System Red Green Blue C M Y K H S L
Decimal 107 6 13 0 0.94 0.88 0.58 355.84 0.89 0.22
Hex 6B 6 D 0 5E 58 3A 164 59 16
Octal 153 6 15 0 136 130 72 544 131 26
Binary 1101011 110 1101 0 1011110 1011000 111010 101100100 1011001 10110

Color Harmonies of #6B060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B060D

Black with #6B060D

Text Example


Text Example

White with #6B060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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