Html Css Color HEX #680300 Maroon

📋 copy color: '#680300'

red 104 ◦ green 3 ◦ blue 0

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

Shades of Maroon #680300

Tints of Maroon #680300

RGB

 RED value IS 104 (41.02% from 255) = 97.2%

 GREEN value IS 3 (1.56% from 255) = 2.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.2%
G = 2.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#680300 (or 0x680300) is known color: Maroon. HEX triplet: 68, 03 and 00. RGB value is (104,3,0). Sum of RGB (Red+Green+Blue) = 104+3+0=107 (14% of max value = 765). Red value is 104 (41.02% from 255 or 97.20% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 104 - color contains mainly: red. Hex color #680300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680300 is #97FCFF. Grayscale: #202020. Windows color (decimal): -9960704 or 872. OLE color: 872.

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

Color convert

RGB 104 3 0 -
CMYK 0 0.97 1 0.59
HSL 1.73º 1% 0.2% -
HSV(B) 1.73º 1% 0.41% -
XYZ 5.74 3.01 0.28 -
YUV 32.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 104 3 0 0 0.97 1 0.59 1.73 1 0.2
Hex 68 3 0 0 61 64 3B 2 64 14
Octal 150 3 0 0 141 144 73 2 144 24
Binary 1101000 11 0 0 1100001 1100100 111011 10 1100100 10100

Color Harmonies of #680300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680300

Black with #680300

Text Example


Text Example

White with #680300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680300; }

 p { color: rgb(104,3,0); }

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

background-color css

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

 a { background-color: rgb(104,3,0); }

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

border-color css

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

 span { border-color: rgb(104,3,0); }

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