Html Css Color HEX #690900 Maroon

📋 copy color: '#690900'

red 105 ◦ green 9 ◦ blue 0

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

Shades of Maroon #690900

Tints of Maroon #690900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.89%

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

R = 92.11%
G = 7.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#690900 (or 0x690900) is known color: Maroon. HEX triplet: 69, 09 and 00. RGB value is (105,9,0). Sum of RGB (Red+Green+Blue) = 105+9+0=114 (15% of max value = 765). Red value is 105 (41.41% from 255 or 92.11% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 105 - color contains mainly: red. Hex color #690900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690900 is #96F6FF. Grayscale: #242424. Windows color (decimal): -9893632 or 2409. OLE color: 2409.

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

Color convert

RGB 105 9 0 -
CMYK 0 0.91 1 0.59
HSL 5.14º 1% 0.21% -
HSV(B) 5.14º 1% 0.41% -
XYZ 5.92 3.2 0.31 -
YUV 36.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 105 9 0 0 0.91 1 0.59 5.14 1 0.21
Hex 69 9 0 0 5B 64 3B 5 64 15
Octal 151 11 0 0 133 144 73 5 144 25
Binary 1101001 1001 0 0 1011011 1100100 111011 101 1100100 10101

Color Harmonies of #690900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690900

Black with #690900

Text Example


Text Example

White with #690900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690900; }

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

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

background-color css

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

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

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

border-color css

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

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

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