Html Css Color HEX #6C0406 Burgundy

📋 copy color: '#6C0406'

red 108 ◦ green 4 ◦ blue 6

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

Shades of Burgundy #6C0406

Tints of Burgundy #6C0406

RGB

 RED value IS 108 (42.58% from 255) = 91.53%

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

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

R = 91.53%
G = 3.39%
B = 5.08%

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

#6C0406 (or 0x6C0406) is known color: Burgundy. HEX triplet: 6C, 04 and 06. RGB value is (108,4,6). Sum of RGB (Red+Green+Blue) = 108+4+6=118 (15% of max value = 765). Red value is 108 (42.58% from 255 or 91.53% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0406 is #93FBF9. Grayscale: #232323. Windows color (decimal): -9698298 or 394348. OLE color: 394348.

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

Color convert

RGB 108 4 6 -
CMYK 0 0.96 0.94 0.58
HSL 358.85º 0.93% 0.22% -
HSV(B) 358.85º 0.96% 0.42% -
XYZ 6.26 3.29 0.48 -
YUV 35.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 108 4 6 0 0.96 0.94 0.58 358.85 0.93 0.22
Hex 6C 4 6 0 60 5E 3A 167 5D 16
Octal 154 4 6 0 140 136 72 547 135 26
Binary 1101100 100 110 0 1100000 1011110 111010 101100111 1011101 10110

Color Harmonies of #6C0406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0406

Black with #6C0406

Text Example


Text Example

White with #6C0406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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