Html Css Color HEX #690E07 Maroon

📋 copy color: '#690E07'

red 105 ◦ green 14 ◦ blue 7

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

Shades of Maroon #690E07

Tints of Maroon #690E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.56%

R = 83.33%
G = 11.11%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#690E07 (or 0x690E07) is known color: Maroon. HEX triplet: 69, 0E and 07. RGB value is (105,14,7). Sum of RGB (Red+Green+Blue) = 105+14+7=126 (16% of max value = 765). Red value is 105 (41.41% from 255 or 83.33% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 105 - color contains mainly: red. Hex color #690E07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690E07 is #96F1F8. Grayscale: #282828. Windows color (decimal): -9892345 or 462441. OLE color: 462441.

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

Color convert

RGB 105 14 7 -
CMYK 0 0.87 0.93 0.59
HSL 4.29º 0.88% 0.22% -
HSV(B) 4.29º 0.93% 0.41% -
XYZ 6.02 3.33 0.53 -
YUV 40.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 105 14 7 0 0.87 0.93 0.59 4.29 0.88 0.22
Hex 69 E 7 0 57 5D 3B 4 58 16
Octal 151 16 7 0 127 135 73 4 130 26
Binary 1101001 1110 111 0 1010111 1011101 111011 100 1011000 10110

Color Harmonies of #690E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690E07

Black with #690E07

Text Example


Text Example

White with #690E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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