Html Css Color HEX #6A0608 Burgundy

📋 copy color: '#6A0608'

red 106 ◦ green 6 ◦ blue 8

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

Shades of Burgundy #6A0608

Tints of Burgundy #6A0608

RGB

 RED value IS 106 (41.8% from 255) = 88.33%

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

 BLUE value IS 8 (3.52% from 255) = 6.67%

R = 88.33%
G = 5%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#6A0608 (or 0x6A0608) is known color: Burgundy. HEX triplet: 6A, 06 and 08. RGB value is (106,6,8). Sum of RGB (Red+Green+Blue) = 106+6+8=120 (15% of max value = 765). Red value is 106 (41.80% from 255 or 88.33% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0608 is #95F9F7. Grayscale: #242424. Windows color (decimal): -9828856 or 525930. OLE color: 525930.

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

Color convert

RGB 106 6 8 -
CMYK 0 0.94 0.92 0.58
HSL 358.8º 0.89% 0.22% -
HSV(B) 358.8º 0.94% 0.42% -
XYZ 6.05 3.21 0.53 -
YUV 36.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 106 6 8 0 0.94 0.92 0.58 358.8 0.89 0.22
Hex 6A 6 8 0 5E 5C 3A 167 59 16
Octal 152 6 10 0 136 134 72 547 131 26
Binary 1101010 110 1000 0 1011110 1011100 111010 101100111 1011001 10110

Color Harmonies of #6A0608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0608

Black with #6A0608

Text Example


Text Example

White with #6A0608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,6,8); }

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

background-color css

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

 a { background-color: rgb(106,6,8); }

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

border-color css

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

 span { border-color: rgb(106,6,8); }

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