Html Css Color HEX #680306 Burgundy

📋 copy color: '#680306'

red 104 ◦ green 3 ◦ blue 6

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

Shades of Burgundy #680306

Tints of Burgundy #680306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.65%

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

R = 92.04%
G = 2.65%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#680306 (or 0x680306) is known color: Burgundy. HEX triplet: 68, 03 and 06. RGB value is (104,3,6). Sum of RGB (Red+Green+Blue) = 104+3+6=113 (14% of max value = 765). Red value is 104 (41.02% from 255 or 92.04% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 104 - color contains mainly: red. Hex color #680306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680306 is #97FCF9. Grayscale: #212121. Windows color (decimal): -9960698 or 394088. OLE color: 394088.

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

Color convert

RGB 104 3 6 -
CMYK 0 0.97 0.94 0.59
HSL 358.22º 0.94% 0.21% -
HSV(B) 358.22º 0.97% 0.41% -
XYZ 5.77 3.02 0.45 -
YUV 33.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 104 3 6 0 0.97 0.94 0.59 358.22 0.94 0.21
Hex 68 3 6 0 61 5E 3B 166 5E 15
Octal 150 3 6 0 141 136 73 546 136 25
Binary 1101000 11 110 0 1100001 1011110 111011 101100110 1011110 10101

Color Harmonies of #680306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680306

Black with #680306

Text Example


Text Example

White with #680306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680306; }

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

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

background-color css

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

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

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

border-color css

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

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

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