Html Css Color HEX #6B0406 Burgundy

📋 copy color: '#6B0406'

red 107 ◦ green 4 ◦ blue 6

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

Shades of Burgundy #6B0406

Tints of Burgundy #6B0406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.42%

 BLUE value IS 6 (2.73% from 255) = 5.13%

R = 91.45%
G = 3.42%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#6B0406 (or 0x6B0406) is known color: Burgundy. HEX triplet: 6B, 04 and 06. RGB value is (107,4,6). Sum of RGB (Red+Green+Blue) = 107+4+6=117 (15% of max value = 765). Red value is 107 (42.19% from 255 or 91.45% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0406 is #94FBF9. Grayscale: #232323. Windows color (decimal): -9763834 or 394347. OLE color: 394347.

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

Color convert

RGB 107 4 6 -
CMYK 0 0.96 0.94 0.58
HSL 358.84º 0.93% 0.22% -
HSV(B) 358.84º 0.96% 0.42% -
XYZ 6.14 3.23 0.47 -
YUV 35.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 107 4 6 0 0.96 0.94 0.58 358.84 0.93 0.22
Hex 6B 4 6 0 60 5E 3A 167 5D 16
Octal 153 4 6 0 140 136 72 547 135 26
Binary 1101011 100 110 0 1100000 1011110 111010 101100111 1011101 10110

Color Harmonies of #6B0406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0406

Black with #6B0406

Text Example


Text Example

White with #6B0406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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