Html Css Color HEX #6C0616 Burgundy

📋 copy color: '#6C0616'

red 108 ◦ green 6 ◦ blue 22

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

Shades of Burgundy #6C0616

Tints of Burgundy #6C0616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.18%

R = 79.41%
G = 4.41%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#6C0616 (or 0x6C0616) is known color: Burgundy. HEX triplet: 6C, 06 and 16. RGB value is (108,6,22). Sum of RGB (Red+Green+Blue) = 108+6+22=136 (18% of max value = 765). Red value is 108 (42.58% from 255 or 79.41% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0616 is #93F9E9. Grayscale: #262626. Windows color (decimal): -9697770 or 1443436. OLE color: 1443436.

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

Color convert

RGB 108 6 22 -
CMYK 0 0.94 0.80 0.58
HSL 350.59º 0.89% 0.22% -
HSV(B) 350.59º 0.94% 0.42% -
XYZ 6.39 3.38 1.07 -
YUV 38.32 118.79 177.7 -
System Red Green Blue C M Y K H S L
Decimal 108 6 22 0 0.94 0.80 0.58 350.59 0.89 0.22
Hex 6C 6 16 0 5E 50 3A 15F 59 16
Octal 154 6 26 0 136 120 72 537 131 26
Binary 1101100 110 10110 0 1011110 1010000 111010 101011111 1011001 10110

Color Harmonies of #6C0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0616

Black with #6C0616

Text Example


Text Example

White with #6C0616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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