Html Css Color HEX #680901 Maroon

📋 copy color: '#680901'

red 104 ◦ green 9 ◦ blue 1

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

Shades of Maroon #680901

Tints of Maroon #680901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.89%

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

R = 91.23%
G = 7.89%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#680901 (or 0x680901) is known color: Maroon. HEX triplet: 68, 09 and 01. RGB value is (104,9,1). Sum of RGB (Red+Green+Blue) = 104+9+1=114 (15% of max value = 765). Red value is 104 (41.02% from 255 or 91.23% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 104 - color contains mainly: red. Hex color #680901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680901 is #97F6FE. Grayscale: #242424. Windows color (decimal): -9959167 or 67944. OLE color: 67944.

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

Color convert

RGB 104 9 1 -
CMYK 0 0.91 0.99 0.59
HSL 4.66º 0.98% 0.21% -
HSV(B) 4.66º 0.99% 0.41% -
XYZ 5.81 3.14 0.33 -
YUV 36.49 107.97 176.15 -
System Red Green Blue C M Y K H S L
Decimal 104 9 1 0 0.91 0.99 0.59 4.66 0.98 0.21
Hex 68 9 1 0 5B 63 3B 5 62 15
Octal 150 11 1 0 133 143 73 5 142 25
Binary 1101000 1001 1 0 1011011 1100011 111011 101 1100010 10101

Color Harmonies of #680901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680901

Black with #680901

Text Example


Text Example

White with #680901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680901; }

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

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

background-color css

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

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

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

border-color css

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

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

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