Html Css Color HEX #691004 Maroon

📋 copy color: '#691004'

red 105 ◦ green 16 ◦ blue 4

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

Shades of Maroon #691004

Tints of Maroon #691004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.2%

R = 84%
G = 12.8%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#691004 (or 0x691004) is known color: Maroon. HEX triplet: 69, 10 and 04. RGB value is (105,16,4). Sum of RGB (Red+Green+Blue) = 105+16+4=125 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 105 - color contains mainly: red. Hex color #691004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691004 is #96EFFB. Grayscale: #292929. Windows color (decimal): -9891836 or 266345. OLE color: 266345.

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

Color convert

RGB 105 16 4 -
CMYK 0 0.85 0.96 0.59
HSL 7.13º 0.93% 0.21% -
HSV(B) 7.13º 0.96% 0.41% -
XYZ 6.03 3.38 0.45 -
YUV 41.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 105 16 4 0 0.85 0.96 0.59 7.13 0.93 0.21
Hex 69 10 4 0 55 60 3B 7 5D 15
Octal 151 20 4 0 125 140 73 7 135 25
Binary 1101001 10000 100 0 1010101 1100000 111011 111 1011101 10101

Color Harmonies of #691004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691004

Black with #691004

Text Example


Text Example

White with #691004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691004; }

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

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

background-color css

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

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

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

border-color css

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

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

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