Html Css Color HEX #690A07 Maroon

📋 copy color: '#690A07'

red 105 ◦ green 10 ◦ blue 7

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

Shades of Maroon #690A07

Tints of Maroon #690A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.2%

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

R = 86.07%
G = 8.2%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#690A07 (or 0x690A07) is known color: Maroon. HEX triplet: 69, 0A and 07. RGB value is (105,10,7). Sum of RGB (Red+Green+Blue) = 105+10+7=122 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.07% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 105 - color contains mainly: red. Hex color #690A07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690A07 is #96F5F8. Grayscale: #262626. Windows color (decimal): -9893369 or 461417. OLE color: 461417.

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

Color convert

RGB 105 10 7 -
CMYK 0 0.90 0.93 0.59
HSL 1.84º 0.88% 0.22% -
HSV(B) 1.84º 0.93% 0.41% -
XYZ 5.97 3.24 0.51 -
YUV 38.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 105 10 7 0 0.90 0.93 0.59 1.84 0.88 0.22
Hex 69 A 7 0 5A 5D 3B 2 58 16
Octal 151 12 7 0 132 135 73 2 130 26
Binary 1101001 1010 111 0 1011010 1011101 111011 10 1011000 10110

Color Harmonies of #690A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690A07

Black with #690A07

Text Example


Text Example

White with #690A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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