Html Css Color HEX #680623 Burgundy

📋 copy color: '#680623'

red 104 ◦ green 6 ◦ blue 35

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

Shades of Burgundy #680623

Tints of Burgundy #680623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.14%

R = 71.72%
G = 4.14%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#680623 (or 0x680623) is known color: Burgundy. HEX triplet: 68, 06 and 23. RGB value is (104,6,35). Sum of RGB (Red+Green+Blue) = 104+6+35=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #680623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680623 is #97F9DC. Grayscale: #262626. Windows color (decimal): -9959901 or 2295400. OLE color: 2295400.

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

Color convert

RGB 104 6 35 -
CMYK 0 0.94 0.66 0.59
HSL 342.24º 0.89% 0.22% -
HSV(B) 342.24º 0.94% 0.41% -
XYZ 6.08 3.19 1.89 -
YUV 38.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 104 6 35 0 0.94 0.66 0.59 342.24 0.89 0.22
Hex 68 6 23 0 5E 42 3B 156 59 16
Octal 150 6 43 0 136 102 73 526 131 26
Binary 1101000 110 100011 0 1011110 1000010 111011 101010110 1011001 10110

Color Harmonies of #680623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680623

Black with #680623

Text Example


Text Example

White with #680623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680623; }

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

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

background-color css

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

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

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

border-color css

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

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

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