#602436

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

Shades of Siren #602436

Tints of Siren #602436

Color information

#602436 (or 0x602436) is unknown color: approx Siren. HEX triplet: 60, 24 and 36. RGB value is (96,36,54). Sum of RGB (Red+Green+Blue) = 96+36+54=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #602436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602436 is #9FDBC9. Grayscale: #373737. Windows color (decimal): -10476490 or 3548256. OLE color: 3548256.

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

Color convert

RGB963654-
CMYK00.620.440.62
HSL342º45.45%25.88%-
HSV(B)342º62.5%37.65%-
XYZ6.124.013.94-
YUV55.99126.88156.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 54 (21.48% from 255) = 29.03%
R=51.61%
G=19.35%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96365400.620.440.6234245.4525.88
Hex60243603E2C3E1562d1a
Octal140446607654765265532
Binary1100000100100110110011111010110011111010101011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602436; }

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

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

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

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

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

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

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

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