Html Css Color HEX #680701 Maroon

📋 copy color: '#680701'

red 104 ◦ green 7 ◦ blue 1

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

Shades of Maroon #680701

Tints of Maroon #680701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.25%

 BLUE value IS 1 (0.78% from 255) = 0.89%

R = 92.86%
G = 6.25%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#680701 (or 0x680701) is known color: Maroon. HEX triplet: 68, 07 and 01. RGB value is (104,7,1). Sum of RGB (Red+Green+Blue) = 104+7+1=112 (14% of max value = 765). Red value is 104 (41.02% from 255 or 92.86% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 104 - color contains mainly: red. Hex color #680701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680701 is #97F8FE. Grayscale: #232323. Windows color (decimal): -9959679 or 67432. OLE color: 67432.

HSL color Cylindrical-coordinate representation of color #680701: hue angle of 3.5º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680701 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 7 1 -
CMYK 0 0.93 0.99 0.59
HSL 3.5º 0.98% 0.21% -
HSV(B) 3.5º 0.99% 0.41% -
XYZ 5.79 3.1 0.32 -
YUV 35.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 104 7 1 0 0.93 0.99 0.59 3.5 0.98 0.21
Hex 68 7 1 0 5D 63 3B 3 62 15
Octal 150 7 1 0 135 143 73 3 142 25
Binary 1101000 111 1 0 1011101 1100011 111011 11 1100010 10101

Color Harmonies of #680701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680701

Black with #680701

Text Example


Text Example

White with #680701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680701; }

 p { color: rgb(104,7,1); }

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

background-color css

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

 a { background-color: rgb(104,7,1); }

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

border-color css

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

 span { border-color: rgb(104,7,1); }

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