#681000

Color #681000 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #681000

Tints of Maroon #681000

Color information

#681000 (or 0x681000) is unknown color: approx 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

RGB104160-
CMYK00.8510.59
HSL9.23º100%20.39%-
HSV(B)9.23º100%40.78%-
XYZ5.893.310.33-
YUV40.49105.15173.3-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10416000.8510.599.2310020.39
Hex68100055643B96414
Octal1502000125144731114424
Binary11010001000000101010111001001110111001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>