Html Css Color HEX #691100 Maroon

📋 copy color: '#691100'

red 105 ◦ green 17 ◦ blue 0

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

Shades of Maroon #691100

Tints of Maroon #691100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.93%

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

R = 86.07%
G = 13.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#691100 (or 0x691100) is known color: Maroon. HEX triplet: 69, 11 and 00. RGB value is (105,17,0). Sum of RGB (Red+Green+Blue) = 105+17+0=122 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.07% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 105 - color contains mainly: red. Hex color #691100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691100 is #96EEFF. Grayscale: #292929. Windows color (decimal): -9891584 or 4457. OLE color: 4457.

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

Color convert

RGB 105 17 0 -
CMYK 0 0.84 1 0.59
HSL 9.71º 1% 0.21% -
HSV(B) 9.71º 1% 0.41% -
XYZ 6.03 3.4 0.34 -
YUV 41.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 105 17 0 0 0.84 1 0.59 9.71 1 0.21
Hex 69 11 0 0 54 64 3B A 64 15
Octal 151 21 0 0 124 144 73 12 144 25
Binary 1101001 10001 0 0 1010100 1100100 111011 1010 1100100 10101

Color Harmonies of #691100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691100

Black with #691100

Text Example


Text Example

White with #691100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691100; }

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

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

background-color css

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

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

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

border-color css

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

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

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