Html Css Color HEX #6C0622 Burgundy

📋 copy color: '#6C0622'

red 108 ◦ green 6 ◦ blue 34

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

Shades of Burgundy #6C0622

Tints of Burgundy #6C0622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.97%

R = 72.97%
G = 4.05%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6C0622 (or 0x6C0622) is known color: Burgundy. HEX triplet: 6C, 06 and 22. RGB value is (108,6,34). Sum of RGB (Red+Green+Blue) = 108+6+34=148 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72.97% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0622 is #93F9DD. Grayscale: #272727. Windows color (decimal): -9697758 or 2229868. OLE color: 2229868.

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

Color convert

RGB 108 6 34 -
CMYK 0 0.94 0.69 0.58
HSL 343.53º 0.89% 0.22% -
HSV(B) 343.53º 0.94% 0.42% -
XYZ 6.54 3.43 1.83 -
YUV 39.69 124.79 176.72 -
System Red Green Blue C M Y K H S L
Decimal 108 6 34 0 0.94 0.69 0.58 343.53 0.89 0.22
Hex 6C 6 22 0 5E 45 3A 158 59 16
Octal 154 6 42 0 136 105 72 530 131 26
Binary 1101100 110 100010 0 1011110 1000101 111010 101011000 1011001 10110

Color Harmonies of #6C0622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0622

Black with #6C0622

Text Example


Text Example

White with #6C0622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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