#68313D

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

Shades of Siren #68313D

Tints of Siren #68313D

Color information

#68313D (or 0x68313D) is unknown color: approx Siren. HEX triplet: 68, 31 and 3D. RGB value is (104,49,61). Sum of RGB (Red+Green+Blue) = 104+49+61=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68313D is #97CEC2. Grayscale: #424242. Windows color (decimal): -9948867 or 4010344. OLE color: 4010344.

HSL color Cylindrical-coordinate representation of color #68313D: hue angle of 346.91º 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 #68313D is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1044961-
CMYK00.530.410.59
HSL346.91º35.95%30%-
HSV(B)346.91º52.88%40.78%-
XYZ7.655.485.07-
YUV66.81124.72154.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=48.60%
G=22.90%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104496100.530.410.59346.9135.9530
Hex68313D035293B15b241e
Octal150617506551735334436
Binary1101000110001111101011010110100111101110101101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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