Html Css Color HEX #680A01 Maroon

📋 copy color: '#680A01'

red 104 ◦ green 10 ◦ blue 1

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

Shades of Maroon #680A01

Tints of Maroon #680A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.7%

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

R = 90.43%
G = 8.7%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#680A01 (or 0x680A01) is known color: Maroon. HEX triplet: 68, 0A and 01. RGB value is (104,10,1). Sum of RGB (Red+Green+Blue) = 104+10+1=115 (15% of max value = 765). Red value is 104 (41.02% from 255 or 90.43% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 104 - color contains mainly: red. Hex color #680A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A01 is #97F5FE. Grayscale: #252525. Windows color (decimal): -9958911 or 68200. OLE color: 68200.

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

Color convert

RGB 104 10 1 -
CMYK 0 0.90 0.99 0.59
HSL 5.24º 0.98% 0.21% -
HSV(B) 5.24º 0.99% 0.41% -
XYZ 5.82 3.16 0.33 -
YUV 37.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 104 10 1 0 0.90 0.99 0.59 5.24 0.98 0.21
Hex 68 A 1 0 5A 63 3B 5 62 15
Octal 150 12 1 0 132 143 73 5 142 25
Binary 1101000 1010 1 0 1011010 1100011 111011 101 1100010 10101

Color Harmonies of #680A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A01

Black with #680A01

Text Example


Text Example

White with #680A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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