#68343F

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

Shades of Siren #68343F

Tints of Siren #68343F

Color information

#68343F (or 0x68343F) is unknown color: approx Siren. HEX triplet: 68, 34 and 3F. RGB value is (104,52,63). Sum of RGB (Red+Green+Blue) = 104+52+63=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68343F is #97CBC0. Grayscale: #444444. Windows color (decimal): -9948097 or 4142184. OLE color: 4142184.

HSL color Cylindrical-coordinate representation of color #68343F: hue angle of 347.31º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68343F is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1045263-
CMYK00.500.390.59
HSL347.31º33.33%30.59%-
HSV(B)347.31º50%40.78%-
XYZ7.835.765.4-
YUV68.8124.73153.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 63 (25% from 255) = 28.77%
R=47.49%
G=23.74%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104526300.500.390.59347.3133.3330.59
Hex68343F032273B15b211f
Octal150647706247735334137
Binary1101000110100111111011001010011111101110101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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