Html Css Color HEX #690603 Maroon

📋 copy color: '#690603'

red 105 ◦ green 6 ◦ blue 3

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

Shades of Maroon #690603

Tints of Maroon #690603

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.26%

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

R = 92.11%
G = 5.26%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#690603 (or 0x690603) is known color: Maroon. HEX triplet: 69, 06 and 03. RGB value is (105,6,3). Sum of RGB (Red+Green+Blue) = 105+6+3=114 (15% of max value = 765). Red value is 105 (41.41% from 255 or 92.11% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 105 - color contains mainly: red. Hex color #690603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690603 is #96F9FC. Grayscale: #232323. Windows color (decimal): -9894397 or 198249. OLE color: 198249.

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

Color convert

RGB 105 6 3 -
CMYK 0 0.94 0.97 0.59
HSL 1.76º 0.94% 0.21% -
HSV(B) 1.76º 0.97% 0.41% -
XYZ 5.91 3.14 0.38 -
YUV 35.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 105 6 3 0 0.94 0.97 0.59 1.76 0.94 0.21
Hex 69 6 3 0 5E 61 3B 2 5E 15
Octal 151 6 3 0 136 141 73 2 136 25
Binary 1101001 110 11 0 1011110 1100001 111011 10 1011110 10101

Color Harmonies of #690603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690603

Black with #690603

Text Example


Text Example

White with #690603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690603; }

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

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

background-color css

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

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

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

border-color css

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

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

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