Html Css Color HEX #690E09 Maroon

📋 copy color: '#690E09'

red 105 ◦ green 14 ◦ blue 9

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

Shades of Maroon #690E09

Tints of Maroon #690E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.94%

 BLUE value IS 9 (3.91% from 255) = 7.03%

R = 82.03%
G = 10.94%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#690E09 (or 0x690E09) is known color: Maroon. HEX triplet: 69, 0E and 09. RGB value is (105,14,9). Sum of RGB (Red+Green+Blue) = 105+14+9=128 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.03% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 105 - color contains mainly: red. Hex color #690E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690E09 is #96F1F6. Grayscale: #282828. Windows color (decimal): -9892343 or 593513. OLE color: 593513.

HSL color Cylindrical-coordinate representation of color #690E09: hue angle of 3.12º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690E09 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 14 9 -
CMYK 0 0.87 0.91 0.59
HSL 3.13º 0.84% 0.22% -
HSV(B) 3.13º 0.91% 0.41% -
XYZ 6.03 3.34 0.58 -
YUV 40.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 105 14 9 0 0.87 0.91 0.59 3.13 0.84 0.22
Hex 69 E 9 0 57 5B 3B 3 54 16
Octal 151 16 11 0 127 133 73 3 124 26
Binary 1101001 1110 1001 0 1010111 1011011 111011 11 1010100 10110

Color Harmonies of #690E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690E09

Black with #690E09

Text Example


Text Example

White with #690E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690E09; }

 p { color: rgb(105,14,9); }

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

background-color css

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

 a { background-color: rgb(105,14,9); }

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

border-color css

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

 span { border-color: rgb(105,14,9); }

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