Html Css Color HEX #690F03 Maroon

📋 copy color: '#690F03'

red 105 ◦ green 15 ◦ blue 3

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

Shades of Maroon #690F03

Tints of Maroon #690F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.2%

 BLUE value IS 3 (1.56% from 255) = 2.44%

R = 85.37%
G = 12.2%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#690F03 (or 0x690F03) is known color: Maroon. HEX triplet: 69, 0F and 03. RGB value is (105,15,3). Sum of RGB (Red+Green+Blue) = 105+15+3=123 (16% of max value = 765). Red value is 105 (41.41% from 255 or 85.37% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 105 - color contains mainly: red. Hex color #690F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690F03 is #96F0FC. Grayscale: #282828. Windows color (decimal): -9892093 or 200553. OLE color: 200553.

HSL color Cylindrical-coordinate representation of color #690F03: hue angle of 7.06º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690F03 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 15 3 -
CMYK 0 0.86 0.97 0.59
HSL 7.06º 0.94% 0.21% -
HSV(B) 7.06º 0.97% 0.41% -
XYZ 6.01 3.35 0.42 -
YUV 40.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 105 15 3 0 0.86 0.97 0.59 7.06 0.94 0.21
Hex 69 F 3 0 56 61 3B 7 5E 15
Octal 151 17 3 0 126 141 73 7 136 25
Binary 1101001 1111 11 0 1010110 1100001 111011 111 1011110 10101

Color Harmonies of #690F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F03

Black with #690F03

Text Example


Text Example

White with #690F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,15,3); }

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

background-color css

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

 a { background-color: rgb(105,15,3); }

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

border-color css

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

 span { border-color: rgb(105,15,3); }

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