#681F37

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

Shades of Siren #681F37

Tints of Siren #681F37

Color information

#681F37 (or 0x681F37) is unknown color: approx Siren. HEX triplet: 68, 1F and 37. RGB value is (104,31,55). Sum of RGB (Red+Green+Blue) = 104+31+55=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #681F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F37 is #97E0C8. Grayscale: #373737. Windows color (decimal): -9953481 or 3612520. OLE color: 3612520.

HSL color Cylindrical-coordinate representation of color #681F37: hue angle of 340.27º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F37 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1043155-
CMYK00.700.470.59
HSL340.27º54.07%26.47%-
HSV(B)340.27º70.19%40.78%-
XYZ6.894.24.06-
YUV55.56127.68162.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 31 (12.5% from 255) = 16.32%
BLUE value IS 55 (21.88% from 255) = 28.95%
R=54.74%
G=16.32%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104315500.700.470.59340.2754.0726.47
Hex681F370462F3B154361a
Octal1503767010657735246632
Binary1101000111111101110100011010111111101110101010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681F37; }

 p { color: rgb(104,31,55); }

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

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

 a { background-color: rgb(104,31,55); }

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

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

 span { border-color: rgb(104,31,55); }

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