Html Css Color HEX #690610 Burgundy

📋 copy color: '#690610'

red 105 ◦ green 6 ◦ blue 16

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

Shades of Burgundy #690610

Tints of Burgundy #690610

RGB

 RED value IS 105 (41.41% from 255) = 82.68%

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

 BLUE value IS 16 (6.64% from 255) = 12.6%

R = 82.68%
G = 4.72%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#690610 (or 0x690610) is known color: Burgundy. HEX triplet: 69, 06 and 10. RGB value is (105,6,16). Sum of RGB (Red+Green+Blue) = 105+6+16=127 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.68% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 105 - color contains mainly: red. Hex color #690610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690610 is #96F9EF. Grayscale: #242424. Windows color (decimal): -9894384 or 1050217. OLE color: 1050217.

HSL color Cylindrical-coordinate representation of color #690610: hue angle of 353.94º 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 #690610 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 6 16 -
CMYK 0 0.94 0.85 0.59
HSL 353.94º 0.89% 0.22% -
HSV(B) 353.94º 0.94% 0.41% -
XYZ 5.98 3.17 0.79 -
YUV 36.74 116.3 176.69 -
System Red Green Blue C M Y K H S L
Decimal 105 6 16 0 0.94 0.85 0.59 353.94 0.89 0.22
Hex 69 6 10 0 5E 55 3B 162 59 16
Octal 151 6 20 0 136 125 73 542 131 26
Binary 1101001 110 10000 0 1011110 1010101 111011 101100010 1011001 10110

Color Harmonies of #690610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690610

Black with #690610

Text Example


Text Example

White with #690610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690610; }

 p { color: rgb(105,6,16); }

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

background-color css

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

 a { background-color: rgb(105,6,16); }

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

border-color css

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

 span { border-color: rgb(105,6,16); }

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