Html Css Color HEX #680106 Burgundy

📋 copy color: '#680106'

red 104 ◦ green 1 ◦ blue 6

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

Shades of Burgundy #680106

Tints of Burgundy #680106

RGB

 RED value IS 104 (41.02% from 255) = 93.69%

 GREEN value IS 1 (0.78% from 255) = 0.9%

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

R = 93.69%
G = 0.9%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#680106 (or 0x680106) is known color: Burgundy. HEX triplet: 68, 01 and 06. RGB value is (104,1,6). Sum of RGB (Red+Green+Blue) = 104+1+6=111 (14% of max value = 765). Red value is 104 (41.02% from 255 or 93.69% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 104 - color contains mainly: red. Hex color #680106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680106 is #97FEF9. Grayscale: #202020. Windows color (decimal): -9961210 or 393576. OLE color: 393576.

HSL color Cylindrical-coordinate representation of color #680106: hue angle of 357.09º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680106 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 1 6 -
CMYK 0 0.99 0.94 0.59
HSL 357.09º 0.98% 0.21% -
HSV(B) 357.09º 0.99% 0.41% -
XYZ 5.75 2.98 0.44 -
YUV 32.37 113.12 179.09 -
System Red Green Blue C M Y K H S L
Decimal 104 1 6 0 0.99 0.94 0.59 357.09 0.98 0.21
Hex 68 1 6 0 63 5E 3B 165 62 15
Octal 150 1 6 0 143 136 73 545 142 25
Binary 1101000 1 110 0 1100011 1011110 111011 101100101 1100010 10101

Color Harmonies of #680106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680106

Black with #680106

Text Example


Text Example

White with #680106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680106; }

 p { color: rgb(104,1,6); }

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

background-color css

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

 a { background-color: rgb(104,1,6); }

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

border-color css

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

 span { border-color: rgb(104,1,6); }

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