#681500

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

Shades of Maroon #681500

Tints of Maroon #681500

Color information

#681500 (or 0x681500) is unknown color: approx Maroon. HEX triplet: 68, 15 and 00. RGB value is (104,21,0). Sum of RGB (Red+Green+Blue) = 104+21+0=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #681500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681500 is #97EAFF. Grayscale: #2B2B2B. Windows color (decimal): -9956096 or 5480. OLE color: 5480.

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

Color convert

RGB104210-
CMYK00.8010.59
HSL12.12º100%20.39%-
HSV(B)12.12º100%40.78%-
XYZ5.983.480.36-
YUV43.42103.5171.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 83.2%
GREEN value IS 21 (8.59% from 255) = 16.8%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.2%
G=16.8%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10421000.8010.5912.1210020.39
Hex68150050643Bc6414
Octal1502500120144731414424
Binary11010001010100101000011001001110111100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681500; }

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

 H1.HeaderClassName
 {
   color: #681500;
 }
 .AnyTagClassName
 {
   color: #681500;
 }
</style>
background-color css

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

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

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

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

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

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