Html Css Color HEX #691204 Maroon

📋 copy color: '#691204'

red 105 ◦ green 18 ◦ blue 4

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

Shades of Maroon #691204

Tints of Maroon #691204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.17%

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

R = 82.68%
G = 14.17%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#691204 (or 0x691204) is known color: Maroon. HEX triplet: 69, 12 and 04. RGB value is (105,18,4). Sum of RGB (Red+Green+Blue) = 105+18+4=127 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.68% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 105 - color contains mainly: red. Hex color #691204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691204 is #96EDFB. Grayscale: #2A2A2A. Windows color (decimal): -9891324 or 266857. OLE color: 266857.

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

Color convert

RGB 105 18 4 -
CMYK 0 0.83 0.96 0.59
HSL 8.32º 0.93% 0.21% -
HSV(B) 8.32º 0.96% 0.41% -
XYZ 6.06 3.44 0.46 -
YUV 42.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 105 18 4 0 0.83 0.96 0.59 8.32 0.93 0.21
Hex 69 12 4 0 53 60 3B 8 5D 15
Octal 151 22 4 0 123 140 73 10 135 25
Binary 1101001 10010 100 0 1010011 1100000 111011 1000 1011101 10101

Color Harmonies of #691204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691204

Black with #691204

Text Example


Text Example

White with #691204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691204; }

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

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

background-color css

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

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

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

border-color css

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

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

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