Html Css Color HEX #681000 Maroon

📋 copy color: '#681000'

red 104 ◦ green 16 ◦ blue 0

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

Shades of Maroon #681000

Tints of Maroon #681000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.33%

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

R = 86.67%
G = 13.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#681000 (or 0x681000) is known color: Maroon. HEX triplet: 68, 10 and 00. RGB value is (104,16,0). Sum of RGB (Red+Green+Blue) = 104+16+0=120 (15% of max value = 765). Red value is 104 (41.02% from 255 or 86.67% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 104 - color contains mainly: red. Hex color #681000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681000 is #97EFFF. Grayscale: #282828. Windows color (decimal): -9957376 or 4200. OLE color: 4200.

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

Color convert

RGB 104 16 0 -
CMYK 0 0.85 1 0.59
HSL 9.23º 1% 0.2% -
HSV(B) 9.23º 1% 0.41% -
XYZ 5.89 3.31 0.33 -
YUV 40.49 105.15 173.3 -
System Red Green Blue C M Y K H S L
Decimal 104 16 0 0 0.85 1 0.59 9.23 1 0.2
Hex 68 10 0 0 55 64 3B 9 64 14
Octal 150 20 0 0 125 144 73 11 144 24
Binary 1101000 10000 0 0 1010101 1100100 111011 1001 1100100 10100

Color Harmonies of #681000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681000

Black with #681000

Text Example


Text Example

White with #681000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681000; }

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

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

background-color css

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

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

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

border-color css

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

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

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