Html Css Color HEX #690006 Burgundy

📋 copy color: '#690006'

red 105 ◦ green 0 ◦ blue 6

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

Shades of Burgundy #690006

Tints of Burgundy #690006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.59%
G = 0%
B = 5.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#690006 (or 0x690006) is known color: Burgundy. HEX triplet: 69, 00 and 06. RGB value is (105,0,6). Sum of RGB (Red+Green+Blue) = 105+0+6=111 (14% of max value = 765). Red value is 105 (41.41% from 255 or 94.59% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 105 - color contains mainly: red. Hex color #690006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690006 is #96FFF9. Grayscale: #202020. Windows color (decimal): -9895930 or 393321. OLE color: 393321.

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

Color convert

RGB 105 0 6 -
CMYK 0 1 0.94 0.59
HSL 356.57º 1% 0.21% -
HSV(B) 356.57º 1% 0.41% -
XYZ 5.86 3.02 0.45 -
YUV 32.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 105 0 6 0 1 0.94 0.59 356.57 1 0.21
Hex 69 0 6 0 64 5E 3B 165 64 15
Octal 151 0 6 0 144 136 73 545 144 25
Binary 1101001 0 110 0 1100100 1011110 111011 101100101 1100100 10101

Color Harmonies of #690006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690006

Black with #690006

Text Example


Text Example

White with #690006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690006; }

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

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

background-color css

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

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

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

border-color css

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

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

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