Html Css Color HEX #691000 Maroon

📋 copy color: '#691000'

red 105 ◦ green 16 ◦ blue 0

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

Shades of Maroon #691000

Tints of Maroon #691000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.22%

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

R = 86.78%
G = 13.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#691000 (or 0x691000) is known color: Maroon. HEX triplet: 69, 10 and 00. RGB value is (105,16,0). Sum of RGB (Red+Green+Blue) = 105+16+0=121 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.78% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 105 - color contains mainly: red. Hex color #691000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691000 is #96EFFF. Grayscale: #282828. Windows color (decimal): -9891840 or 4201. OLE color: 4201.

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

Color convert

RGB 105 16 0 -
CMYK 0 0.85 1 0.59
HSL 9.14º 1% 0.21% -
HSV(B) 9.14º 1% 0.41% -
XYZ 6.01 3.37 0.33 -
YUV 40.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 105 16 0 0 0.85 1 0.59 9.14 1 0.21
Hex 69 10 0 0 55 64 3B 9 64 15
Octal 151 20 0 0 125 144 73 11 144 25
Binary 1101001 10000 0 0 1010101 1100100 111011 1001 1100100 10101

Color Harmonies of #691000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691000

Black with #691000

Text Example


Text Example

White with #691000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691000; }

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

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

background-color css

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

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

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

border-color css

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

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

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