#60363D

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

Shades of Siren #60363D

Tints of Siren #60363D

Color information

#60363D (or 0x60363D) is unknown color: approx Siren. HEX triplet: 60, 36 and 3D. RGB value is (96,54,61). Sum of RGB (Red+Green+Blue) = 96+54+61=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60363D is #9FC9C2. Grayscale: #434343. Windows color (decimal): -10471875 or 4011616. OLE color: 4011616.

HSL color Cylindrical-coordinate representation of color #60363D: hue angle of 350º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60363D is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB965461-
CMYK00.440.360.62
HSL350º28%29.41%-
HSV(B)350º43.75%37.65%-
XYZ6.995.465.1-
YUV67.36124.41148.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 61 (24.22% from 255) = 28.91%
R=45.50%
G=25.59%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96546100.440.360.623502829.41
Hex60363D02C243E15e1c1d
Octal140667505444765363435
Binary110000011011011110101011001001001111101010111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,54,61); }

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

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

 a { background-color: rgb(96,54,61); }

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

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

 span { border-color: rgb(96,54,61); }

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