Html Css Color HEX #690B09 Maroon

📋 copy color: '#690B09'

red 105 ◦ green 11 ◦ blue 9

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

Shades of Maroon #690B09

Tints of Maroon #690B09

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.8%

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

R = 84%
G = 8.8%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#690B09 (or 0x690B09) is known color: Maroon. HEX triplet: 69, 0B and 09. RGB value is (105,11,9). Sum of RGB (Red+Green+Blue) = 105+11+9=125 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 105 - color contains mainly: red. Hex color #690B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B09 is #96F4F6. Grayscale: #262626. Windows color (decimal): -9893111 or 592745. OLE color: 592745.

HSL color Cylindrical-coordinate representation of color #690B09: hue angle of 1.25º 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 #690B09 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 11 9 -
CMYK 0 0.90 0.91 0.59
HSL 1.25º 0.84% 0.22% -
HSV(B) 1.25º 0.91% 0.41% -
XYZ 5.99 3.26 0.57 -
YUV 38.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 105 11 9 0 0.90 0.91 0.59 1.25 0.84 0.22
Hex 69 B 9 0 5A 5B 3B 1 54 16
Octal 151 13 11 0 132 133 73 1 124 26
Binary 1101001 1011 1001 0 1011010 1011011 111011 1 1010100 10110

Color Harmonies of #690B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B09

Black with #690B09

Text Example


Text Example

White with #690B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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