Html Css Color HEX #6D0603 Maroon

📋 copy color: '#6D0603'

red 109 ◦ green 6 ◦ blue 3

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

Shades of Maroon #6D0603

Tints of Maroon #6D0603

RGB

 RED value IS 109 (42.97% from 255) = 92.37%

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

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

R = 92.37%
G = 5.08%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.57

RGB Variations

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

Color information

#6D0603 (or 0x6D0603) is known color: Maroon. HEX triplet: 6D, 06 and 03. RGB value is (109,6,3). Sum of RGB (Red+Green+Blue) = 109+6+3=118 (15% of max value = 765). Red value is 109 (42.97% from 255 or 92.37% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0603 is #92F9FC. Grayscale: #242424. Windows color (decimal): -9632253 or 198253. OLE color: 198253.

HSL color Cylindrical-coordinate representation of color #6D0603: hue angle of 1.7º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0603 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 6 3 -
CMYK 0 0.94 0.97 0.57
HSL 1.7º 0.95% 0.22% -
HSV(B) 1.7º 0.97% 0.43% -
XYZ 6.39 3.39 0.4 -
YUV 36.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 109 6 3 0 0.94 0.97 0.57 1.7 0.95 0.22
Hex 6D 6 3 0 5E 61 39 2 5F 16
Octal 155 6 3 0 136 141 71 2 137 26
Binary 1101101 110 11 0 1011110 1100001 111001 10 1011111 10110

Color Harmonies of #6D0603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0603

Black with #6D0603

Text Example


Text Example

White with #6D0603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D0603; }

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

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

background-color css

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

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

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

border-color css

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

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

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