#68313F

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

Shades of Siren #68313F

Tints of Siren #68313F

Color information

#68313F (or 0x68313F) is unknown color: approx Siren. HEX triplet: 68, 31 and 3F. RGB value is (104,49,63). Sum of RGB (Red+Green+Blue) = 104+49+63=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68313F is #97CEC0. Grayscale: #434343. Windows color (decimal): -9948865 or 4141416. OLE color: 4141416.

HSL color Cylindrical-coordinate representation of color #68313F: hue angle of 344.73º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68313F is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1044963-
CMYK00.530.390.59
HSL344.73º35.95%30%-
HSV(B)344.73º52.88%40.78%-
XYZ7.75.55.36-
YUV67.04125.72154.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 63 (25% from 255) = 29.17%
R=48.15%
G=22.69%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104496300.530.390.59344.7335.9530
Hex68313F035273B159241e
Octal150617706547735314436
Binary1101000110001111111011010110011111101110101100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68313F; }

 p { color: rgb(104,49,63); }

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

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

 a { background-color: rgb(104,49,63); }

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

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

 span { border-color: rgb(104,49,63); }

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