#602636

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

Shades of Siren #602636

Tints of Siren #602636

Color information

#602636 (or 0x602636) is unknown color: approx Siren. HEX triplet: 60, 26 and 36. RGB value is (96,38,54). Sum of RGB (Red+Green+Blue) = 96+38+54=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #602636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602636 is #9FD9C9. Grayscale: #393939. Windows color (decimal): -10475978 or 3548768. OLE color: 3548768.

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

Color convert

RGB963854-
CMYK00.600.440.62
HSL343.45º43.28%26.27%-
HSV(B)343.45º60.42%37.65%-
XYZ6.184.143.96-
YUV57.17126.22155.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 38 (15.23% from 255) = 20.21%
BLUE value IS 54 (21.48% from 255) = 28.72%
R=51.06%
G=20.21%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96385400.600.440.62343.4543.2826.27
Hex60263603C2C3E1572b1a
Octal140466607454765275332
Binary1100000100110110110011110010110011111010101011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602636; }

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

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

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

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

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

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

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

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