Html Css Color HEX #691006 Maroon

📋 copy color: '#691006'

red 105 ◦ green 16 ◦ blue 6

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

Shades of Maroon #691006

Tints of Maroon #691006

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

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

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

Color convert

RGB 105 16 6 -
CMYK 0 0.85 0.94 0.59
HSL 6.06º 0.89% 0.22% -
HSV(B) 6.06º 0.94% 0.41% -
XYZ 6.04 3.39 0.51 -
YUV 41.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 105 16 6 0 0.85 0.94 0.59 6.06 0.89 0.22
Hex 69 10 6 0 55 5E 3B 6 59 16
Octal 151 20 6 0 125 136 73 6 131 26
Binary 1101001 10000 110 0 1010101 1011110 111011 110 1011001 10110

Color Harmonies of #691006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691006

Black with #691006

Text Example


Text Example

White with #691006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691006; }

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

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

background-color css

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

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

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

border-color css

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

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

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