Html Css Color HEX #690400 Maroon

📋 copy color: '#690400'

red 105 ◦ green 4 ◦ blue 0

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

Shades of Maroon #690400

Tints of Maroon #690400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.67%

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

R = 96.33%
G = 3.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#690400 (or 0x690400) is known color: Maroon. HEX triplet: 69, 04 and 00. RGB value is (105,4,0). Sum of RGB (Red+Green+Blue) = 105+4+0=109 (14% of max value = 765). Red value is 105 (41.41% from 255 or 96.33% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 105 - color contains mainly: red. Hex color #690400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690400 is #96FBFF. Grayscale: #212121. Windows color (decimal): -9894912 or 1129. OLE color: 1129.

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

Color convert

RGB 105 4 0 -
CMYK 0 0.96 1 0.59
HSL 2.29º 1% 0.21% -
HSV(B) 2.29º 1% 0.41% -
XYZ 5.87 3.09 0.29 -
YUV 33.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 105 4 0 0 0.96 1 0.59 2.29 1 0.21
Hex 69 4 0 0 60 64 3B 2 64 15
Octal 151 4 0 0 140 144 73 2 144 25
Binary 1101001 100 0 0 1100000 1100100 111011 10 1100100 10101

Color Harmonies of #690400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690400

Black with #690400

Text Example


Text Example

White with #690400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690400; }

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

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

background-color css

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

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

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

border-color css

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

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

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